From 88ee6e6aa97138ca85ef57df5e4c85f5c1c01e64 Mon Sep 17 00:00:00 2001 From: exo-swf Date: Thu, 12 Sep 2024 10:52:09 +0000 Subject: [PATCH] TASK-74141: update meeds version to 7.0.0-exo-M35 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7c9caa..53754af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio rm -rf /var/lib/apt/lists/* # Build Arguments and environment variables -ARG MEEDS_VERSION=7.0.0-exo-M34 +ARG MEEDS_VERSION=7.0.0-exo-M35 # this allow to specify a Meeds download url ARG DOWNLOAD_URL