From 9d5a28670c94b2e3b6eb77b0f67bd4a3d7226777 Mon Sep 17 00:00:00 2001 From: exo-swf Date: Mon, 27 Nov 2023 22:45:36 +0000 Subject: [PATCH] continuous-release-exo: update exo version to 6.5.0-20231127 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ae092673..318b1e6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN wget -nv -q -O /usr/bin/yq https://github.com/mikefarah/yq/releases/download } && chmod a+x /usr/bin/yq # Build Arguments and environment variables -ARG EXO_VERSION=6.5.0-20231123 +ARG EXO_VERSION=6.5.0-20231127 # this allow to specify an eXo Platform download url ARG DOWNLOAD_URL