diff --git a/builds/debian/Lucee5.Dockerfile b/builds/debian/Lucee5.Dockerfile index 4256000..e4e3792 100644 --- a/builds/debian/Lucee5.Dockerfile +++ b/builds/debian/Lucee5.Dockerfile @@ -4,9 +4,9 @@ INCLUDE+ builds/base/Dockerfile LABEL maintainer "Jon Clausen " 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 \ No newline at end of file diff --git a/builds/ubi9/Lucee5.Dockerfile b/builds/ubi9/Lucee5.Dockerfile index 846a791..a3d1d04 100644 --- a/builds/ubi9/Lucee5.Dockerfile +++ b/builds/ubi9/Lucee5.Dockerfile @@ -4,9 +4,9 @@ INCLUDE+ builds/base/ubi9.Dockerfile LABEL maintainer "Jon Clausen " 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 \ No newline at end of file