Skip to content

Commit 89f2d9b

Browse files
committed
adobe coldfusion engine updates
1 parent 16cb534 commit 89f2d9b

10 files changed

Lines changed: 17 additions & 9 deletions

builds/alpine/Adobe2021.Dockerfile

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

77
#Hard Code our engine environment
8-
ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.18+330341
8+
ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.20+330407
99

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

builds/alpine/Adobe2023.Dockerfile

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

77
#Hard Code our engine environment
8-
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.12+330713
8+
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.14+330784
99

1010
# WARM UP THE SERVER
1111
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
@@ -6,7 +6,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
66

77

88
#Hard Code our engine environment
9-
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.01+331420
9+
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.02+331451
1010

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

builds/debian/Adobe2021.Dockerfile

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

77
#Hard Code our engine environment
8-
ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.18+330341
8+
ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.20+330407
99

1010
# WARM UP THE SERVER
1111
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
@@ -5,7 +5,7 @@ LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
55
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
66

77
#Hard Code our engine environment
8-
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.12+330713
8+
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.14+330784
99

1010
# WARM UP THE SERVER
1111
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
@@ -6,7 +6,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
66

77

88
#Hard Code our engine environment
9-
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.01+331420
9+
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.02+331451
1010

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

builds/ubi9/Adobe2021.Dockerfile

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

77
#Hard Code our engine environment
8-
ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.18+330341
8+
ENV BOX_SERVER_APP_CFENGINE adobe@2021.0.20+330407
99

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

builds/ubi9/Adobe2023.Dockerfile

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

77
#Hard Code our engine environment
8-
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.12+330713
8+
ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.14+330784
99

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

builds/ubi9/Adobe2025.Dockerfile

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

77

88
#Hard Code our engine environment
9-
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.01+331420
9+
ENV BOX_SERVER_APP_CFENGINE adobe@2025.0.02+331451
1010

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

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ 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.2.0/3.13.4] - 2025-05-14
10+
11+
### Changed
12+
13+
* Adobe Coldfusion 2021 updated to `2021.0.20+330407`
14+
* Adobe Coldfusion 2023 updated to `2023.0.14+330784`
15+
* Adobe Coldfusion 2025 updated to `2025.0.02+331451`
16+
917
## [6.2.0/3.13.3] - 2025-04-29
1018

1119
### Changed

0 commit comments

Comments
 (0)