diff --git a/builds/alpine/BoxLang.Dockerfile b/builds/alpine/BoxLang.Dockerfile index 0c54d23..1100716 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-beta21+25 +ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-beta23+27 RUN ${BUILD_DIR}/util/warmup-server.sh diff --git a/builds/debian/BoxLang.Dockerfile b/builds/debian/BoxLang.Dockerfile index f3512cf..a9b10c3 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-beta21+25 +ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-beta23+27 RUN ${BUILD_DIR}/util/warmup-server.sh diff --git a/builds/ubi9/BoxLang.Dockerfile b/builds/ubi9/BoxLang.Dockerfile index f0f00ac..fd6d044 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-beta21+25 +ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-beta23+27 RUN ${BUILD_DIR}/util/warmup-server.sh