From c529c8220d41264c6a8303ffb8f0dfd1f20a305c Mon Sep 17 00:00:00 2001 From: exo-swf Date: Tue, 10 Dec 2024 00:22:55 +0000 Subject: [PATCH] continuous-release-exo: update meeds version to 7.0.0-exo-20241209 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 40bbddf..6a43050 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-20241208 +ARG MEEDS_VERSION=7.0.0-exo-20241209 # this allow to specify a Meeds download url ARG DOWNLOAD_URL