Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.IntegrationTest
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ TOKEN_REGISTRY_LOGO_FETCH=false
TOKEN_REGISTRY_REQUEST_TIMEOUT_SECONDS=2

## Mithril version for Docker build
MITHRIL_VERSION=2524.0
MITHRIL_VERSION=2537.0
2 changes: 1 addition & 1 deletion .env.docker-compose
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CARDANO_CONFIG=./config/node/${NETWORK}

## Mithril
MITHRIL_SYNC=true
MITHRIL_VERSION=2524.0
MITHRIL_VERSION=2537.0
SNAPSHOT_DIGEST=latest
# if not set standard values will be used
AGGREGATOR_ENDPOINT=
Expand Down
2 changes: 1 addition & 1 deletion .env.docker-compose-preprod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CARDANO_CONFIG=./config/node/${NETWORK}

## Mithril
MITHRIL_SYNC=true
MITHRIL_VERSION=2524.0
MITHRIL_VERSION=2537.0
SNAPSHOT_DIGEST=latest
# if not set standard values will be used
AGGREGATOR_ENDPOINT=
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ARG CONFIG_FORK_REPO="VladislavKudrin/gnu-config-fork"
ARG CONFIG_FORK_BRANCH="master"

# Mithril version
ARG MITHRIL_VERSION=${MITHRIL_VERSION:-2524.0}
ARG MITHRIL_VERSION=${MITHRIL_VERSION:-2537.0}

RUN bash -c "ghcup install cabal ${CABAL_VERSION}"
RUN bash -c "ghcup set cabal ${CABAL_VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion docker/dockerfiles/mithril/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt update --fix-missing \
&& apt-get clean

# Mithril setup
ARG MITHRIL_VERSION=2524.0
ARG MITHRIL_VERSION=2537.0

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