From 17fe12eb963a4947d4e20e959dc0eae526587979 Mon Sep 17 00:00:00 2001 From: exo-swf Date: Wed, 13 Sep 2023 21:10:38 +0000 Subject: [PATCH] continuous-release-exo-alpine: update exo version to 6.5.0-20230913 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c3b41a0..a6b512ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,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=6.5.0-20230912 +ARG EXO_VERSION=6.5.0-20230913 # this allow to specify an eXo Platform download url ARG DOWNLOAD_URL