Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump ACF engines #85

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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].16+330307
ENV BOX_SERVER_APP_CFENGINE [email protected].18+330341

# 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].10+330680
ENV BOX_SERVER_APP_CFENGINE [email protected].12+330713

# 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].16+330307
ENV BOX_SERVER_APP_CFENGINE [email protected].18+330341

# 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].10+330680
ENV BOX_SERVER_APP_CFENGINE [email protected].12+330713

# 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].16+330307
ENV BOX_SERVER_APP_CFENGINE [email protected].18+330341

# 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].10+330680
ENV BOX_SERVER_APP_CFENGINE [email protected].12+330713

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

## [6.1.0/3.10.1] - 2024-12-25
### Changed
* Adobe 2023 image bump to release version `2023.0.12+330713`
* Adobe 2021 image bump to release version `2021.0.18+330341`

## [6.1.0/3.10.0] - 2024-11-05

Expand Down
Loading