Skip to content

Commit 74fc979

Browse files
committed
fix lucee light version due to 7 now being the default
1 parent 71e23c5 commit 74fc979

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

builds/alpine/LuceeLight.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 lucee-light
8+
ENV BOX_SERVER_APP_CFENGINE lucee-light@6
99

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

builds/debian/LuceeLight.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 lucee-light
8+
ENV BOX_SERVER_APP_CFENGINE lucee-light@6
99

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

0 commit comments

Comments
 (0)