fixed all installers
This commit is contained in:
2
minecraft/paper/create.sh
Normal file → Executable file
2
minecraft/paper/create.sh
Normal file → Executable 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}
|
||||
|
Reference in New Issue
Block a user