From 422e49874d1dfa43e1084bb47ddc4f9d0411cdad Mon Sep 17 00:00:00 2001 From: exo-swf Date: Mon, 23 Dec 2024 22:29:24 +0000 Subject: [PATCH] continuous-release-exo-alpine: update exo version to 7.0.0-20241223 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e2bc5d..dc68a74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN wget -nv -q -O /usr/bin/yq https://github.com/mikefarah/yq/releases/download RUN sed -i "s/999/99/" /etc/group # Build Arguments and environment variables -ARG EXO_VERSION=7.0.0-20241222 +ARG EXO_VERSION=7.0.0-20241223 # this allow to specify an eXo Platform download url ARG DOWNLOAD_URL