Skip to content

Commit 19494e1

Browse files
authored
Merge pull request #100 from Ortus-Solutions/development
v3.15.0
2 parents 5c23c96 + a9ab2ad commit 19494e1

10 files changed

Lines changed: 19 additions & 12 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
env:
1717
DOCKER_IMAGE: ortussolutions/commandbox
18-
COMMANDBOX_VERSION: 6.2.1
18+
COMMANDBOX_VERSION: 6.3.1
1919
strategy:
2020
matrix:
2121
include:

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
env:
9797
DOCKER_IMAGE: ortussolutions/commandbox
9898
BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }}
99-
COMMANDBOX_VERSION: 6.2.1
100-
IMAGE_VERSION: 3.14.1
99+
COMMANDBOX_VERSION: 6.3.1
100+
IMAGE_VERSION: 3.15.0
101101
run: |
102102
# Split the comma-separated tags
103103
IFS=',' read -ra TAG_ARRAY <<< "$BUILD_IMAGE_TAGS"
@@ -291,8 +291,8 @@ jobs:
291291
DOCKER_IMAGE: ortussolutions/commandbox
292292
BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }}
293293
BASE_IMAGE: ${{ matrix.BASE_IMAGE }}
294-
COMMANDBOX_VERSION: 6.2.1
295-
IMAGE_VERSION: 3.14.1
294+
COMMANDBOX_VERSION: 6.3.1
295+
IMAGE_VERSION: 3.15.0
296296
run: |
297297
# Split the comma-separated tags
298298
IFS=',' read -ra TAG_ARRAY <<< "$BUILD_IMAGE_TAGS"

.github/workflows/scans.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
env:
1616
DOCKER_IMAGE: ortussolutions/commandbox
17-
COMMANDBOX_VERSION: 6.2.1
17+
COMMANDBOX_VERSION: 6.3.1
1818
strategy:
1919
matrix:
2020
include:

builds/alpine/Adobe2023.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
66
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
77

88
#Hard Code our engine environment
9-
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.17+330864
9+
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.18+330879
1010

1111
# WARM UP THE SERVER
1212
RUN ${BUILD_DIR}/util/warmup-server.sh

builds/alpine/Adobe2025.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
88

99

1010
#Hard Code our engine environment
11-
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.05+331552
11+
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.06+331564
1212

1313
# WARM UP THE SERVER
1414
RUN ${BUILD_DIR}/util/warmup-server.sh

builds/debian/Adobe2023.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
66
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
77

88
#Hard Code our engine environment
9-
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.17+330864
9+
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.18+330879
1010

1111
# WARM UP THE SERVER
1212
RUN ${BUILD_DIR}/util/warmup-server.sh

builds/debian/Adobe2025.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
88

99

1010
#Hard Code our engine environment
11-
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.05+331552
11+
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.06+331564
1212

1313
# WARM UP THE SERVER
1414
RUN ${BUILD_DIR}/util/warmup-server.sh

builds/redhat/Adobe2023.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
77
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
88

99
#Hard Code our engine environment
10-
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.17+330864
10+
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.18+330879
1111

1212
# WARM UP THE SERVER
1313
RUN ${BUILD_DIR}/util/warmup-server.sh

builds/redhat/Adobe2025.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
88

99

1010
#Hard Code our engine environment
11-
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.05+331552
11+
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.06+331564
1212

1313
# WARM UP THE SERVER
1414
RUN ${BUILD_DIR}/util/warmup-server.sh

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
----
9+
## [6.3.1/3.15.0]
10+
11+
### Changed
12+
- CommandBox version changed to `6.3.1`
13+
- Adobe Coldfusion 2025 to `2025.0.06+331564`
14+
- Adobe Coldfusion 2023 to `2023.0.18+330879`
15+
916
## [6.2.1/3.14.1] - 2025-12-17
1017

1118
### Changed

0 commit comments

Comments
 (0)