From 1bb2f92f5b5a9b74021050bda2899fb18134ed69 Mon Sep 17 00:00:00 2001 From: basisbit Date: Wed, 16 Jun 2021 14:34:38 +0200 Subject: [PATCH] Workaround: Change default RELEASE of Yatopia (#922) --- start-deployYatopia | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-deployYatopia b/start-deployYatopia index 0cbc28ce..39f08cf3 100644 --- a/start-deployYatopia +++ b/start-deployYatopia @@ -6,7 +6,7 @@ IFS=$'\n\t' isDebugging && set -x : ${VANILLA_VERSION:?} -: ${RELEASE:=stable} +: ${RELEASE:=latest} : ${FORCE_REDOWNLOAD:=false} requireEnum RELEASE stable latest