diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9118a86..bac80e7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest env: DOCKER_IMAGE: ortussolutions/commandbox - COMMANDBOX_VERSION: 6.0.1 + COMMANDBOX_VERSION: 6.1.0-rc strategy: matrix: include: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f70e3c0..b966047 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -124,7 +124,7 @@ jobs: env: DOCKER_IMAGE: ortussolutions/commandbox BUILD_IMAGE_TAG: ${{ matrix.BUILD_IMAGE_TAG }} - COMMANDBOX_VERSION: 6.0.1 + COMMANDBOX_VERSION: 6.1.0-rc IMAGE_VERSION: 3.9.7 run: | # Tag Builds diff --git a/.github/workflows/scans.yml b/.github/workflows/scans.yml index 0df69c9..625a077 100644 --- a/.github/workflows/scans.yml +++ b/.github/workflows/scans.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest env: DOCKER_IMAGE: ortussolutions/commandbox - COMMANDBOX_VERSION: 6.0.1 + COMMANDBOX_VERSION: 6.1.0-rc strategy: matrix: include: diff --git a/builds/alpine/Lucee5.Dockerfile b/builds/alpine/Lucee5.Dockerfile index fcaaa22..786a78e 100644 --- a/builds/alpine/Lucee5.Dockerfile +++ b/builds/alpine/Lucee5.Dockerfile @@ -4,7 +4,7 @@ INCLUDE+ builds/base/Alpine.Dockerfile LABEL maintainer "Jon Clausen " LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" -ENV BOX_SERVER_APP_CFENGINE lucee@5.4.4+38 +ENV BOX_SERVER_APP_CFENGINE lucee@5.4.6+9 ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.5.2 diff --git a/builds/debian/Lucee5.Dockerfile b/builds/debian/Lucee5.Dockerfile index e4e3792..b151eb6 100644 --- a/builds/debian/Lucee5.Dockerfile +++ b/builds/debian/Lucee5.Dockerfile @@ -4,7 +4,7 @@ INCLUDE+ builds/base/Dockerfile LABEL maintainer "Jon Clausen " LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" -ENV BOX_SERVER_APP_CFENGINE lucee@5.4.4+38 +ENV BOX_SERVER_APP_CFENGINE lucee@5.4.6+9 ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.5.2 diff --git a/builds/ubi9/Lucee5.Dockerfile b/builds/ubi9/Lucee5.Dockerfile index a3d1d04..4cc4614 100644 --- a/builds/ubi9/Lucee5.Dockerfile +++ b/builds/ubi9/Lucee5.Dockerfile @@ -4,7 +4,7 @@ INCLUDE+ builds/base/ubi9.Dockerfile LABEL maintainer "Jon Clausen " LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" -ENV BOX_SERVER_APP_CFENGINE lucee@5.4.4+38 +ENV BOX_SERVER_APP_CFENGINE lucee@5.4.6+9 ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.5.2 diff --git a/changelog.md b/changelog.md index c3df0ea..dc9bfd4 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +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.0] - Unreleased +### Changed +* CommandBox Binary to v6.1.0 +* Lucee Tagged images to v5.4.6+9 + + ## [6.0.0/3.9.7] - 2024-07-24 ### Changed * BoxLang Images to Beta 6