From d8d56fdc8aa214c65ed394dcf6c89f6e6fd97c03 Mon Sep 17 00:00:00 2001 From: exo-swf Date: Thu, 26 Dec 2024 12:59:20 +0000 Subject: [PATCH] TASK-76193: update meeds version to 7.0.0-M27 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b41efa..21433a3 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-M26 +ARG MEEDS_VERSION=7.0.0-M27 # this allow to specify a Meeds download url ARG DOWNLOAD_URL