From 604a3bd59b02d7f867975c17c3bcf078f2a02bf2 Mon Sep 17 00:00:00 2001 From: jclausen Date: Mon, 9 Sep 2024 11:29:08 -0400 Subject: [PATCH] Bump ACF versions --- 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 1e453ae..58b06cd 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.14+330296 +ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.15+330303 # 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 2e38dc8..5afb4fe 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.08+330668 +ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.09+330677 # 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 5ade161..3330309 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.14+330296 +ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.15+330303 # 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 e2adb33..67fe22f 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.08+330668 +ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.09+330677 # 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 e45e1fd..a9e3480 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.14+330296 +ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.15+330303 # 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 3ed2bf6..6922636 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.08+330668 +ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.09+330677 # 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 f5e3446..ef8f59d 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.9] - 2024-09-09 +### Changed +* Adobe 2023 image bump to release version `2023.0.09+330677` +* Adobe 2021 image bump to release version `2021.0.15+330303` + ## [6.0.0/3.9.8] - 2024-07-26 ### Changed * BoxLang Images to Beta 7