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 @@ -36,7 +36,7 @@ RUN /app/target/release/mithril-signer --version
36
36
FROM debian:12-slim
37
37
38
38
# Args
39
- ARG CARDANO_NODE_VERSION=10.4 .1
39
+ ARG CARDANO_NODE_VERSION=10.5 .1
40
40
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
41
41
ARG EMBED-CARDANO-CLI=0
42
42
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
# Install cardano-cli
You can’t perform that action at this time.
0 commit comments