fixed all installers

This commit is contained in:
2023-12-26 23:01:04 +02:00
parent 5f19ad5c36
commit 960fc1449e
5 changed files with 16 additions and 3 deletions

2
minecraft/paper/create.sh Normal file → Executable file
View File

@@ -4,4 +4,4 @@ then
VERSION=$(curl https://api.papermc.io/v2/projects/paper | \
jq -r .versions[-1]);
fi;
docker build -t minecraft:paper-${VERSION} . --arg VERSION=${VERSION}
docker build -t minecraft:paper-${VERSION} . --build-arg VERSION=${VERSION}