Skip to content

Commit e1c5f75

Browse files
committed
Use ubuntu-noble as the base docker image
1 parent 8772759 commit e1c5f75

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)