diff --git a/tools/circleci-prepare-mongooseim-docker.sh b/tools/circleci-prepare-mongooseim-docker.sh index 9782d9a26a..06341b54b7 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