From 83b438459b20623e63d90ab3bdf2692300e82b95 Mon Sep 17 00:00:00 2001 From: exo-swf Date: Tue, 30 Jan 2024 08:27:05 +0000 Subject: [PATCH] continuous-release-exo: update meeds version to 1.6.0-exo-20240129 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index def5d27f..8574eb85 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=1.6.0-exo-20240128 +ARG MEEDS_VERSION=1.6.0-exo-20240129 # this allow to specify a Meeds download url ARG DOWNLOAD_URL