diff --git a/builds/alpine/BoxLang.Dockerfile b/builds/alpine/BoxLang.Dockerfile index 9153425..77154e4 100644 --- a/builds/alpine/BoxLang.Dockerfile +++ b/builds/alpine/BoxLang.Dockerfile @@ -6,6 +6,6 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" RUN box install commandbox-boxlang -ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-beta6+10 +ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-beta12+16 RUN ${BUILD_DIR}/util/warmup-server.sh diff --git a/builds/debian/BoxLang.Dockerfile b/builds/debian/BoxLang.Dockerfile index 8e29d13..7d0a340 100644 --- a/builds/debian/BoxLang.Dockerfile +++ b/builds/debian/BoxLang.Dockerfile @@ -6,6 +6,6 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" RUN box install commandbox-boxlang -ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-beta6+10 +ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-beta12+16 RUN ${BUILD_DIR}/util/warmup-server.sh diff --git a/builds/ubi9/BoxLang.Dockerfile b/builds/ubi9/BoxLang.Dockerfile index 9165c62..abce2ae 100644 --- a/builds/ubi9/BoxLang.Dockerfile +++ b/builds/ubi9/BoxLang.Dockerfile @@ -6,6 +6,6 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" RUN box install commandbox-boxlang -ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-beta6+10 +ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-beta12+16 RUN ${BUILD_DIR}/util/warmup-server.sh