From a6c1e57dd8a741166c8a6cb7e32ac7e95fbcfed1 Mon Sep 17 00:00:00 2001 From: exo-swf Date: Mon, 2 Sep 2024 23:40:48 +0000 Subject: [PATCH] continuous-release-exo: update meeds version to 7.0.0-exo-20240902 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b5509c9..cdc260d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && rm -rf /var/lib/apt/lists/* # Build Arguments and environment variables -ARG MEEDS_VERSION=7.0.0-exo-20240901 +ARG MEEDS_VERSION=7.0.0-exo-20240902 # this allow to specify a Meeds download url ARG DOWNLOAD_URL