From c48b628aac21c371dc21e78bfb91e96f55df13fd Mon Sep 17 00:00:00 2001 From: jclausen Date: Mon, 2 Oct 2023 10:08:26 -0400 Subject: [PATCH] bump hibernate extension patch --- builds/alpine/Lucee5.Dockerfile | 2 +- builds/debian/Lucee5.Dockerfile | 2 +- builds/ubi9/Lucee5.Dockerfile | 2 +- changelog.md | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/builds/alpine/Lucee5.Dockerfile b/builds/alpine/Lucee5.Dockerfile index 190d5b8..028d5da 100644 --- a/builds/alpine/Lucee5.Dockerfile +++ b/builds/alpine/Lucee5.Dockerfile @@ -6,7 +6,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" ENV BOX_SERVER_APP_CFENGINE lucee@5.4.3+2 -ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.3.1 +ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.3.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/debian/Lucee5.Dockerfile b/builds/debian/Lucee5.Dockerfile index 3d4a0c0..4256000 100644 --- a/builds/debian/Lucee5.Dockerfile +++ b/builds/debian/Lucee5.Dockerfile @@ -6,7 +6,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" ENV BOX_SERVER_APP_CFENGINE lucee@5.4.3+2 -ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.3.1 +ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.3.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 01b94d6..846a791 100644 --- a/builds/ubi9/Lucee5.Dockerfile +++ b/builds/ubi9/Lucee5.Dockerfile @@ -6,7 +6,7 @@ LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox" ENV BOX_SERVER_APP_CFENGINE lucee@5.4.3+2 -ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.3.1 +ENV LUCEE_EXTENSIONS D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.3.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/changelog.md b/changelog.md index f22880c..b413412 100644 --- a/changelog.md +++ b/changelog.md @@ -6,7 +6,8 @@ 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] +## [5.9.1/3.8.2] - 2023-10-02 +* Lucee 5 Ortus ORM extension updated to 6.3.2 ## [5.9.1/3.8.1] - 2023-09-29 ### Changed * Lucee 5 Ortus ORM extension updated to 6.3.1