From ad9f1b84de5f32d75c59188e47cb273dfd6f870e Mon Sep 17 00:00:00 2001 From: exo-swf Date: Mon, 16 Dec 2024 22:37:15 +0000 Subject: [PATCH] continuous-release-exo: update meeds version to 7.0.0-exo-20241216 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad334f4..54a7248 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-20241215 +ARG MEEDS_VERSION=7.0.0-exo-20241216 # this allow to specify a Meeds download url ARG DOWNLOAD_URL