From 0724f8a1e788519051b1f623462c7e2c188cfb37 Mon Sep 17 00:00:00 2001 From: exo-swf Date: Mon, 19 Aug 2024 23:01:26 +0000 Subject: [PATCH] continuous-release-exo-alpine: update exo version to 7.0.0-20240819 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 56c900e..8752e4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN apk update && \ RUN sed -i "s/999/99/" /etc/group # Build Arguments and environment variables -ARG EXO_VERSION=7.0.0-20240818 +ARG EXO_VERSION=7.0.0-20240819 # this allow to specify an eXo Platform download url ARG DOWNLOAD_URL