Skip to content

Commit

Permalink
bump snapshot commandbox and Lucee version
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Jul 26, 2024
1 parent 609e570 commit 9978edc
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion builds/alpine/Lucee5.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ INCLUDE+ builds/base/Alpine.Dockerfile
LABEL maintainer "Jon Clausen <[email protected]>"
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

ENV BOX_SERVER_APP_CFENGINE [email protected].4+38
ENV BOX_SERVER_APP_CFENGINE [email protected].6+9

ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.5.2

Expand Down
2 changes: 1 addition & 1 deletion builds/debian/Lucee5.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ INCLUDE+ builds/base/Dockerfile
LABEL maintainer "Jon Clausen <[email protected]>"
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

ENV BOX_SERVER_APP_CFENGINE [email protected].4+38
ENV BOX_SERVER_APP_CFENGINE [email protected].6+9

ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.5.2

Expand Down
2 changes: 1 addition & 1 deletion builds/ubi9/Lucee5.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ INCLUDE+ builds/base/ubi9.Dockerfile
LABEL maintainer "Jon Clausen <[email protected]>"
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

ENV BOX_SERVER_APP_CFENGINE [email protected].4+38
ENV BOX_SERVER_APP_CFENGINE [email protected].6+9

ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.5.2

Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9978edc

Please sign in to comment.