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 d44a82d..2be9d35 100644 --- a/changelog.md +++ b/changelog.md @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ---- ## [6.1.0/3.10.0] - Unreleased + ### Changed * CommandBox Binary to v6.1.0 * Lucee Tagged images to v5.4.6+9 +## [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`