From 1b604ead1f42e71cbf35044d6e049ff4c8df5095 Mon Sep 17 00:00:00 2001 From: jclausen Date: Tue, 10 Sep 2024 13:07:07 -0400 Subject: [PATCH] bump ACF engines --- 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, 11 insertions(+), 6 deletions(-) diff --git a/builds/alpine/Adobe2021.Dockerfile b/builds/alpine/Adobe2021.Dockerfile index 58b06cd..c5506f2 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.15+330303 +ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.16+330307 # 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 5afb4fe..91c1473 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.09+330677 +ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.10+330680 # 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 3330309..abd227a 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.15+330303 +ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.16+330307 # 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 67fe22f..f494513 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.09+330677 +ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.10+330680 # 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 a9e3480..944e270 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.15+330303 +ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.16+330307 # 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 6922636..095a576 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.09+330677 +ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.10+330680 # 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 ef8f59d..9783c53 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,11 @@ 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). ---- +## [6.0.0/3.9.10] - 2024-09-10 +### Changed +* Adobe 2023 image bump to release version `2023.0.10+330680` +* Adobe 2021 image bump to release version `2021.0.16+330307` + ## [6.0.0/3.9.9] - 2024-09-09 ### Changed * Adobe 2023 image bump to release version `2023.0.09+330677`