From f4e5c5833b33c2505c4e294230b86804c1b93688 Mon Sep 17 00:00:00 2001 From: exo-swf Date: Mon, 10 Jun 2024 13:10:54 +0000 Subject: [PATCH] TASK-72376: update exo-community version to 6.5.3-RC01 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e527cd..1443dd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,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.2 +ARG EXO_VERSION=6.5.3-RC01 # this allow to specify an eXo Platform download url ARG DOWNLOAD_URL