Skip to content

Commit

Permalink
Lucee to v5.4.4+38, Ortus ORM to v6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Apr 3, 2024
1 parent 4683c31 commit b13130e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions builds/debian/Lucee5.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ INCLUDE+ builds/base/Dockerfile
LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

ENV BOX_SERVER_APP_CFENGINE lucee@5.4.3+2
ENV BOX_SERVER_APP_CFENGINE lucee@5.4.4+38

ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.3.2
ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.5.2

# WARM UP THE SERVER - we skip the declaration so that the default installed Lucee server will be used
RUN ${BUILD_DIR}/util/warmup-server.sh
4 changes: 2 additions & 2 deletions builds/ubi9/Lucee5.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ INCLUDE+ builds/base/ubi9.Dockerfile
LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"

ENV BOX_SERVER_APP_CFENGINE lucee@5.4.3+2
ENV BOX_SERVER_APP_CFENGINE lucee@5.4.4+38

ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.3.2
ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.5.2

# WARM UP THE SERVER - we skip the declaration so that the default installed Lucee server will be used
RUN ${BUILD_DIR}/util/warmup-server.sh

0 comments on commit b13130e

Please sign in to comment.