Skip to content

Commit

Permalink
v3.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Jul 5, 2024
1 parent 244ec3c commit e7c17a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion builds/alpine/BoxLang.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

RUN box install commandbox-boxlang

ENV BOX_SERVER_APP_CFENGINE boxlang
ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-beta4+8

RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/debian/BoxLang.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

RUN box install commandbox-boxlang

ENV BOX_SERVER_APP_CFENGINE boxlang
ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-beta4+8

RUN ${BUILD_DIR}/util/warmup-server.sh
2 changes: 1 addition & 1 deletion builds/ubi9/BoxLang.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

RUN box install commandbox-boxlang

ENV BOX_SERVER_APP_CFENGINE boxlang
ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-beta4+8

RUN ${BUILD_DIR}/util/warmup-server.sh
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ 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]
## [6.0.0/3.9.6] - 2024-07-05
### Changed
* BoxLang Images to Beta 4

## [6.0.0/3.9.5] - 2024-06-26
### Added
Expand Down

0 comments on commit e7c17a0

Please sign in to comment.