From a07d5377bf232758289e038dc4dcbe4f61adc9a0 Mon Sep 17 00:00:00 2001 From: exo-swf Date: Wed, 9 Oct 2024 21:55:07 +0000 Subject: [PATCH] continuous-release-exo-alpine: update exo version to 7.0.0-20241009 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6506e4a..c6a47da 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-20241008 +ARG EXO_VERSION=7.0.0-20241009 # this allow to specify an eXo Platform download url ARG DOWNLOAD_URL