diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66f49fa1..a9413203 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,8 +96,8 @@ jobs: env: DOCKER_IMAGE: ortussolutions/commandbox BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }} - COMMANDBOX_VERSION: 6.3.2 - IMAGE_VERSION: 3.17.0 + COMMANDBOX_VERSION: 6.3.3 + IMAGE_VERSION: 3.18.0 run: | # Split the comma-separated tags IFS=',' read -ra TAG_ARRAY <<< "$BUILD_IMAGE_TAGS" @@ -291,8 +291,8 @@ jobs: DOCKER_IMAGE: ortussolutions/commandbox BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }} BASE_IMAGE: ${{ matrix.BASE_IMAGE }} - COMMANDBOX_VERSION: 6.3.2 - IMAGE_VERSION: 3.17.0 + COMMANDBOX_VERSION: 6.3.3 + IMAGE_VERSION: 3.18.0 run: | # Split the comma-separated tags IFS=',' read -ra TAG_ARRAY <<< "$BUILD_IMAGE_TAGS" @@ -397,4 +397,4 @@ jobs: COMMANDBOX_VERSION=${{ env.commandbox_version }} BASE_IMAGE_ARG=${{ env.ACTUAL_BASE_IMAGE }} platforms: ${{ env.arch_platforms }} - tags: ${{ env.IMAGE_TAG }} \ No newline at end of file + tags: ${{ env.IMAGE_TAG }} diff --git a/builds/alpine/Adobe2025.Dockerfile b/builds/alpine/Adobe2025.Dockerfile index 8e199dbe..e6f07eb8 100644 --- a/builds/alpine/Adobe2025.Dockerfile +++ b/builds/alpine/Adobe2025.Dockerfile @@ -8,7 +8,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" #Hard Code our engine environment -ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.07+331586 +ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.08+331874 # WARM UP THE SERVER RUN ${BUILD_DIR}/util/warmup-server.sh \ No newline at end of file diff --git a/builds/debian/Adobe2025.Dockerfile b/builds/debian/Adobe2025.Dockerfile index 8e199dbe..e6f07eb8 100644 --- a/builds/debian/Adobe2025.Dockerfile +++ b/builds/debian/Adobe2025.Dockerfile @@ -8,7 +8,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" #Hard Code our engine environment -ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.07+331586 +ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.08+331874 # WARM UP THE SERVER RUN ${BUILD_DIR}/util/warmup-server.sh \ No newline at end of file diff --git a/builds/redhat/Adobe2025.Dockerfile b/builds/redhat/Adobe2025.Dockerfile index 8e199dbe..e6f07eb8 100644 --- a/builds/redhat/Adobe2025.Dockerfile +++ b/builds/redhat/Adobe2025.Dockerfile @@ -8,7 +8,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" #Hard Code our engine environment -ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.07+331586 +ENV BOX_SERVER_APP_CFENGINE=adobe@2025.0.08+331874 # 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 ccc956e4..c95f3e4b 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,13 @@ 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.3.3/3.18.0] + +### Changed +- CommandBox version changed to `6.3.3` +- Update JVM/JRE Versions +- Adobe ColdFusion 2025 to `2025.0.08+331874` + ## [6.3.2/3.17.0] ### Changed