From e7c17a0124dc2f3225a5afbdc1c36e789cc2087c Mon Sep 17 00:00:00 2001 From: jclausen Date: Fri, 5 Jul 2024 11:58:41 -0400 Subject: [PATCH] v3.9.6 --- builds/alpine/BoxLang.Dockerfile | 2 +- builds/debian/BoxLang.Dockerfile | 2 +- builds/ubi9/BoxLang.Dockerfile | 2 +- changelog.md | 4 +++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/builds/alpine/BoxLang.Dockerfile b/builds/alpine/BoxLang.Dockerfile index 0f9f4a0..bb257ab 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 +ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-beta4+8 RUN ${BUILD_DIR}/util/warmup-server.sh diff --git a/builds/debian/BoxLang.Dockerfile b/builds/debian/BoxLang.Dockerfile index 1b52133..10a69e3 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 +ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-beta4+8 RUN ${BUILD_DIR}/util/warmup-server.sh diff --git a/builds/ubi9/BoxLang.Dockerfile b/builds/ubi9/BoxLang.Dockerfile index 1f904f1..e71f245 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 +ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-beta4+8 RUN ${BUILD_DIR}/util/warmup-server.sh diff --git a/changelog.md b/changelog.md index 528c4ab..eeb7d12 100644 --- a/changelog.md +++ b/changelog.md @@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ---- -## [Unreleased] +## [6.0.0/3.9.6] - 2024-07-05 +### Changed +* BoxLang Images to Beta 4 ## [6.0.0/3.9.5] - 2024-06-26 ### Added