From ae557074aa7d6c5e18caeb41ced95f7dee3a0dca Mon Sep 17 00:00:00 2001 From: Jon Clausen Date: Fri, 1 Nov 2024 17:04:13 -0400 Subject: [PATCH] update BL beta version --- builds/alpine/BoxLang.Dockerfile | 2 +- builds/debian/BoxLang.Dockerfile | 2 +- builds/ubi9/BoxLang.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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