Skip to content

Commit

Permalink
Update ACF versions to latest hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Oct 11, 2023
1 parent 2474146 commit 6e04149
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion builds/alpine/Adobe2021.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer "Jon Clausen <[email protected]>"
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE [email protected].10+330161
ENV BOX_SERVER_APP_CFENGINE [email protected].11+330247

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/alpine/Adobe2023.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer "Jon Clausen <[email protected]>"
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE [email protected].04+330500
ENV BOX_SERVER_APP_CFENGINE [email protected].05+330608

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/debian/Adobe2021.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer "Jon Clausen <[email protected]>"
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE [email protected].10+330161
ENV BOX_SERVER_APP_CFENGINE [email protected].11+330247

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/debian/Adobe2023.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer "Jon Clausen <[email protected]>"
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE [email protected].04+330500
ENV BOX_SERVER_APP_CFENGINE [email protected].05+330608

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/ubi9/Adobe2021.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer "Jon Clausen <[email protected]>"
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE [email protected].10+330161
ENV BOX_SERVER_APP_CFENGINE [email protected].11+330247

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/ubi9/Adobe2023.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer "Jon Clausen <[email protected]>"
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

#Hard Code our engine environment
ENV BOX_SERVER_APP_CFENGINE [email protected].04+330500
ENV BOX_SERVER_APP_CFENGINE [email protected].05+330608

# WARM UP THE SERVER
RUN ${BUILD_DIR}/util/warmup-server.sh
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ 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).

----
## [Unreleased]
## [5.9.1/3.8.3]
### Changed
* Adobe 2023 image bumped to release version `2023.0.05+330608`
* Adobe 2021 image bumped to release version `2021.0.11+330247`
## [5.9.1/3.8.2] - 2023-10-02
* Lucee 5 Ortus ORM extension updated to 6.3.2
## [5.9.1/3.8.1] - 2023-09-29
Expand Down

0 comments on commit 6e04149

Please sign in to comment.