diff --git a/builds/alpine/BoxLang.Dockerfile b/builds/alpine/BoxLang.Dockerfile index 65fad36..0c54d23 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-beta19+23 +ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-beta21+25 RUN ${BUILD_DIR}/util/warmup-server.sh diff --git a/builds/debian/BoxLang.Dockerfile b/builds/debian/BoxLang.Dockerfile index 4a3b9f2..f3512cf 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-beta19+23 +ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-beta21+25 RUN ${BUILD_DIR}/util/warmup-server.sh diff --git a/builds/ubi9/BoxLang.Dockerfile b/builds/ubi9/BoxLang.Dockerfile index 90dc4ee..f0f00ac 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-beta19+23 +ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-beta21+25 RUN ${BUILD_DIR}/util/warmup-server.sh