From 6e04149b8792292d4600012c15efce6a2cf05c8a Mon Sep 17 00:00:00 2001 From: jclausen Date: Wed, 11 Oct 2023 11:18:26 -0400 Subject: [PATCH] Update ACF versions to latest hotfixes --- builds/alpine/Adobe2021.Dockerfile | 2 +- builds/alpine/Adobe2023.Dockerfile | 2 +- builds/debian/Adobe2021.Dockerfile | 2 +- builds/debian/Adobe2023.Dockerfile | 2 +- builds/ubi9/Adobe2021.Dockerfile | 2 +- builds/ubi9/Adobe2023.Dockerfile | 2 +- changelog.md | 5 ++++- 7 files changed, 10 insertions(+), 7 deletions(-) diff --git a/builds/alpine/Adobe2021.Dockerfile b/builds/alpine/Adobe2021.Dockerfile index b896b80..6af74c4 100644 --- a/builds/alpine/Adobe2021.Dockerfile +++ b/builds/alpine/Adobe2021.Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer "Jon Clausen " LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" #Hard Code our engine environment -ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.10+330161 +ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.11+330247 # WARM UP THE SERVER RUN ${BUILD_DIR}/util/warmup-server.sh \ No newline at end of file diff --git a/builds/alpine/Adobe2023.Dockerfile b/builds/alpine/Adobe2023.Dockerfile index 4d5f5be..1f8a505 100644 --- a/builds/alpine/Adobe2023.Dockerfile +++ b/builds/alpine/Adobe2023.Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer "Jon Clausen " LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" #Hard Code our engine environment -ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.04+330500 +ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.05+330608 # WARM UP THE SERVER RUN ${BUILD_DIR}/util/warmup-server.sh \ No newline at end of file diff --git a/builds/debian/Adobe2021.Dockerfile b/builds/debian/Adobe2021.Dockerfile index 5a542a7..6aaa426 100644 --- a/builds/debian/Adobe2021.Dockerfile +++ b/builds/debian/Adobe2021.Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer "Jon Clausen " LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" #Hard Code our engine environment -ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.10+330161 +ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.11+330247 # WARM UP THE SERVER RUN ${BUILD_DIR}/util/warmup-server.sh \ No newline at end of file diff --git a/builds/debian/Adobe2023.Dockerfile b/builds/debian/Adobe2023.Dockerfile index 861c1a9..b85cdaa 100644 --- a/builds/debian/Adobe2023.Dockerfile +++ b/builds/debian/Adobe2023.Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer "Jon Clausen " LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" #Hard Code our engine environment -ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.04+330500 +ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.05+330608 # WARM UP THE SERVER RUN ${BUILD_DIR}/util/warmup-server.sh \ No newline at end of file diff --git a/builds/ubi9/Adobe2021.Dockerfile b/builds/ubi9/Adobe2021.Dockerfile index eefae7e..c80b3e2 100644 --- a/builds/ubi9/Adobe2021.Dockerfile +++ b/builds/ubi9/Adobe2021.Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer "Jon Clausen " LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" #Hard Code our engine environment -ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.10+330161 +ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.11+330247 # WARM UP THE SERVER RUN ${BUILD_DIR}/util/warmup-server.sh \ No newline at end of file diff --git a/builds/ubi9/Adobe2023.Dockerfile b/builds/ubi9/Adobe2023.Dockerfile index 8b790ac..4a25568 100644 --- a/builds/ubi9/Adobe2023.Dockerfile +++ b/builds/ubi9/Adobe2023.Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer "Jon Clausen " LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" #Hard Code our engine environment -ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.04+330500 +ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.05+330608 # WARM UP THE SERVER RUN ${BUILD_DIR}/util/warmup-server.sh \ No newline at end of file diff --git a/changelog.md b/changelog.md index 997ae9f..aa74940 100644 --- a/changelog.md +++ b/changelog.md @@ -6,7 +6,10 @@ 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] +## [5.9.1/3.8.3] +### Changed +* Adobe 2023 image bumped to release version `2023.0.05+330608` +* Adobe 2021 image bumped to release version `2021.0.11+330247` ## [5.9.1/3.8.2] - 2023-10-02 * Lucee 5 Ortus ORM extension updated to 6.3.2 ## [5.9.1/3.8.1] - 2023-09-29