File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN /app/target/release/mithril-aggregator --version
35
35
FROM debian:12-slim
36
36
37
37
# Args
38
- ARG CARDANO_NODE_VERSION=10.4 .1
38
+ ARG CARDANO_NODE_VERSION=10.5 .1
39
39
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
40
40
ARG EMBED-CARDANO-CLI=0
41
41
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN mkdir -p /app/bin
17
17
RUN apt-get update -y && apt-get install -y libssl-dev ca-certificates wget && apt-get clean && rm -rf /var/lib/apt/lists/*
18
18
19
19
# Install cardano-cli
20
- ARG CARDANO_NODE_VERSION=10.4 .1
20
+ ARG CARDANO_NODE_VERSION=10.5 .1
21
21
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
22
22
ARG EMBED-CARDANO-CLI=0
23
23
RUN if [ "$EMBED-CARDANO-CLI" = 1 ] && [ "$TARGETARCH" = "amd64" ] ; then \
You can’t perform that action at this time.
0 commit comments