Skip to content

Commit 80ac63a

Browse files
committed
chore(sgner): bump Cardano node version to '10.4.1' in Docker images
1 parent 5a891f4 commit 80ac63a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mithril-signer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN /app/target/release/mithril-signer --version
3636
FROM debian:12-slim
3737

3838
# Args
39-
ARG CARDANO_NODE_VERSION=10.3.1
39+
ARG CARDANO_NODE_VERSION=10.4.1
4040
ARG CARDANO_BIN_URL=https://github.com/input-output-hk/cardano-node/releases/download/$CARDANO_NODE_VERSION/cardano-node-$CARDANO_NODE_VERSION-linux.tar.gz
4141
ARG EMBED-CARDANO-CLI=0
4242

mithril-signer/Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN mkdir -p /app/bin
1414
RUN apt-get update -y && apt-get install -y libssl-dev ca-certificates wget && apt-get clean && rm -rf /var/lib/apt/lists/*
1515

1616
# Install cardano-cli
17-
ARG CARDANO_NODE_VERSION=10.3.1
17+
ARG CARDANO_NODE_VERSION=10.4.1
1818
ARG CARDANO_BIN_URL=https://github.com/input-output-hk/cardano-node/releases/download/$CARDANO_NODE_VERSION/cardano-node-$CARDANO_NODE_VERSION-linux.tar.gz
1919
ARG EMBED-CARDANO-CLI=0
2020
# Install cardano-cli

0 commit comments

Comments
 (0)