From a037193ed810717c070e617db052b12ccefd74f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chrz=C4=85szcz?= Date: Thu, 12 Sep 2024 08:55:56 +0200 Subject: [PATCH] Use the new docker image based on Ubuntu 24.10 --- tools/circleci-prepare-mongooseim-docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/circleci-prepare-mongooseim-docker.sh b/tools/circleci-prepare-mongooseim-docker.sh index 9782d9a26aa..06341b54b7d 100755 --- a/tools/circleci-prepare-mongooseim-docker.sh +++ b/tools/circleci-prepare-mongooseim-docker.sh @@ -1,8 +1,8 @@ #!/bin/bash set -e -# master from 2023-11-10 -MIM_DOCKER_VERSION=e46784fd44c5ec170d07adeead39755af9395d53 +# master from 2024-09-12 +MIM_DOCKER_VERSION=cde33527fab41b512ed0d83b50a1d088e99c4ea2 # We use output of generate_vsn, because it does not contain illegal characters, returns # git tag when building from tag itself, and is unique in any other case