Skip to content

Commit

Permalink
update BL version to beta19
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Oct 21, 2024
1 parent 3b661a2 commit 577f34d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 [email protected]beta18+22
ENV BOX_SERVER_APP_CFENGINE [email protected]beta19+23

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 [email protected]beta18+22
ENV BOX_SERVER_APP_CFENGINE [email protected]beta19+23

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 [email protected]beta18+22
ENV BOX_SERVER_APP_CFENGINE [email protected]beta19+23

RUN ${BUILD_DIR}/util/warmup-server.sh

0 comments on commit 577f34d

Please sign in to comment.