Skip to content

Commit a2aa4cb

Browse files
matiwinnetouMateusz Czeladkaclaude
authored
chore: upgrade mithril from 2524.0 to 2537.0 (#630)
Updated Mithril version across all Docker and environment configuration files to use the latest release 2537.0. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Mateusz Czeladka <mateusz.czeladka@cardanofoundation.org> Co-authored-by: Claude <noreply@anthropic.com>
1 parent c2c6794 commit a2aa4cb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.env.IntegrationTest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ TOKEN_REGISTRY_LOGO_FETCH=false
162162
TOKEN_REGISTRY_REQUEST_TIMEOUT_SECONDS=2
163163

164164
## Mithril version for Docker build
165-
MITHRIL_VERSION=2524.0
165+
MITHRIL_VERSION=2537.0

.env.docker-compose

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CARDANO_CONFIG=./config/node/${NETWORK}
3434

3535
## Mithril
3636
MITHRIL_SYNC=true
37-
MITHRIL_VERSION=2524.0
37+
MITHRIL_VERSION=2537.0
3838
SNAPSHOT_DIGEST=latest
3939
# if not set standard values will be used
4040
AGGREGATOR_ENDPOINT=

.env.docker-compose-preprod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CARDANO_CONFIG=./config/node/${NETWORK}
3434

3535
## Mithril
3636
MITHRIL_SYNC=true
37-
MITHRIL_VERSION=2524.0
37+
MITHRIL_VERSION=2537.0
3838
SNAPSHOT_DIGEST=latest
3939
# if not set standard values will be used
4040
AGGREGATOR_ENDPOINT=

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ARG CONFIG_FORK_REPO="VladislavKudrin/gnu-config-fork"
3535
ARG CONFIG_FORK_BRANCH="master"
3636

3737
# Mithril version
38-
ARG MITHRIL_VERSION=${MITHRIL_VERSION:-2524.0}
38+
ARG MITHRIL_VERSION=${MITHRIL_VERSION:-2537.0}
3939

4040
RUN bash -c "ghcup install cabal ${CABAL_VERSION}"
4141
RUN bash -c "ghcup set cabal ${CABAL_VERSION}"

docker/dockerfiles/mithril/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt update --fix-missing \
99
&& apt-get clean
1010

1111
# Mithril setup
12-
ARG MITHRIL_VERSION=2524.0
12+
ARG MITHRIL_VERSION=2537.0
1313

1414
# Install dependencies
1515
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y \

0 commit comments

Comments
 (0)