mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-16 23:23:06 +00:00
Auto-merging via docker-versions-create
This commit is contained in:
commit
41e97454a9
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ if [ "${VERSION}" = "1.17" ]; then
|
|||
log "AIRPLANE 1.17 IS IN BETA, AND IS NOT YET PRODUCTION-READY. USE AT YOUR OWN RISK!!!"
|
||||
fi
|
||||
|
||||
if [ "${VERSION}" = "1.17.1" ]; then
|
||||
AIRPLANE_BRANCH="1.17.1"
|
||||
log "AIRPLANE 1.17.1 IS IN BETA, AND IS NOT YET PRODUCTION-READY. USE AT YOUR OWN RISK!!!"
|
||||
fi
|
||||
|
||||
if [ "${VERSION}" = "PURPUR" ]; then
|
||||
AIRPLANE_BRANCH="Purpur-1.16"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue