From faef75c6e4e0d7fc577fb5d261b634b9a813d972 Mon Sep 17 00:00:00 2001 From: Oscar Tisnado <68830577+otisnado@users.noreply.github.com> Date: Wed, 25 Dec 2024 14:36:32 -0600 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 | 7 ++++++- 7 files changed, 12 insertions(+), 7 deletions(-) diff --git a/builds/alpine/Adobe2021.Dockerfile b/builds/alpine/Adobe2021.Dockerfile index c5506f2..c8cc66f 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.16+330307 +ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.18+330341 # 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 91c1473..e9f9123 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.10+330680 +ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.12+330713 # 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 abd227a..fb1de9d 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.16+330307 +ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.18+330341 # 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 f494513..0aebb53 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.10+330680 +ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.12+330713 # 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 944e270..8513409 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.16+330307 +ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.18+330341 # 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 095a576..1511357 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.10+330680 +ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.12+330713 # 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 4133113..221d590 100644 --- a/changelog.md +++ b/changelog.md @@ -6,7 +6,12 @@ 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.1.0/3.10.1] - Unreleased +## [6.1.0/3.10.2] - Unreleased + +## [6.1.0/3.10.1] - 2024-12-25 +### Changed +* Adobe 2023 image bump to release version `2023.0.12+330713` +* Adobe 2021 image bump to release version `2021.0.18+330341` ## [6.1.0/3.10.0] - 2024-11-05