Skip to content

Commit 7ee3cdc

Browse files
committed
chore(aggregator): bump Cardano node version to '10.5.1' in Docker images
1 parent 5ff25d3 commit 7ee3cdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mithril-aggregator/Dockerfile

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

3737
# Args
38-
ARG CARDANO_NODE_VERSION=10.4.1
38+
ARG CARDANO_NODE_VERSION=10.5.1
3939
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
4040
ARG EMBED-CARDANO-CLI=0
4141

mithril-aggregator/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
RUN if [ "$EMBED-CARDANO-CLI" = 1 ] && [ "$TARGETARCH" = "amd64" ] ; then \

0 commit comments

Comments
 (0)