mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 06:14:14 +00:00
Workaround: Change default RELEASE of Yatopia (#922)
This commit is contained in:
parent
727a1f29d1
commit
1bb2f92f5b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ IFS=$'\n\t'
|
|||
isDebugging && set -x
|
||||
|
||||
: ${VANILLA_VERSION:?}
|
||||
: ${RELEASE:=stable}
|
||||
: ${RELEASE:=latest}
|
||||
: ${FORCE_REDOWNLOAD:=false}
|
||||
|
||||
requireEnum RELEASE stable latest
|
||||
|
|
Loading…
Reference in a new issue