Skip to content

Commit 34a28cf

Browse files
Merge pull request #4375 from esl/ubuntu-24.20
Use the new docker image based on Ubuntu 24.10
2 parents c118172 + a037193 commit 34a28cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tools/circleci-prepare-mongooseim-docker.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
set -e
4-
# master from 2023-11-10
5-
MIM_DOCKER_VERSION=e46784fd44c5ec170d07adeead39755af9395d53
4+
# master from 2024-09-12
5+
MIM_DOCKER_VERSION=cde33527fab41b512ed0d83b50a1d088e99c4ea2
66

77
# We use output of generate_vsn, because it does not contain illegal characters, returns
88
# git tag when building from tag itself, and is unique in any other case

0 commit comments

Comments
 (0)