Skip to content

Commit 7ab5aeb

Browse files
authored
Merge pull request #4537 from esl/ubuntu-noble-docker
Use ubuntu-noble as the base docker image
2 parents 8772759 + e1c5f75 commit 7ab5aeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/circleci-prepare-mongooseim-docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
set -e
4-
# master from 2024-09-12
5-
MIM_DOCKER_VERSION=cde33527fab41b512ed0d83b50a1d088e99c4ea2
4+
# master from 2025-06-05
5+
MIM_DOCKER_VERSION=b2cf9273764632bcb1b1d1c8ab5b5047fa4ee27c
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)