Skip to content

Commit 40b3a0b

Browse files
committed
chore(signer): bump Cardano node version to '10.5.1' in Docker images
1 parent 9e98f88 commit 40b3a0b

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.4.1
39+
ARG CARDANO_NODE_VERSION=10.5.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
@@ -17,7 +17,7 @@ RUN mkdir -p /app/bin
1717
RUN apt-get update -y && apt-get install -y libssl-dev ca-certificates wget && apt-get clean && rm -rf /var/lib/apt/lists/*
1818

1919
# Install cardano-cli
20-
ARG CARDANO_NODE_VERSION=10.4.1
20+
ARG CARDANO_NODE_VERSION=10.5.1
2121
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
2222
ARG EMBED-CARDANO-CLI=0
2323
# Install cardano-cli

0 commit comments

Comments
 (0)