From bb9293c36db5f5a953d9b34c7873252f859c2494 Mon Sep 17 00:00:00 2001 From: exo-swf Date: Tue, 23 Jul 2024 23:00:05 +0000 Subject: [PATCH] continuous-release-exo: update exo version to 7.0.0-20240723 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b8346ec..c6359c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,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=7.0.0-20240722 +ARG EXO_VERSION=7.0.0-20240723 # this allow to specify an eXo Platform download url ARG DOWNLOAD_URL