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.3 .1
39
+ ARG CARDANO_NODE_VERSION=10.4 .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 @@ -14,7 +14,7 @@ RUN mkdir -p /app/bin
14
14
RUN apt-get update -y && apt-get install -y libssl-dev ca-certificates wget && apt-get clean && rm -rf /var/lib/apt/lists/*
15
15
16
16
# Install cardano-cli
17
- ARG CARDANO_NODE_VERSION=10.3 .1
17
+ ARG CARDANO_NODE_VERSION=10.4 .1
18
18
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
19
19
ARG EMBED-CARDANO-CLI=0
20
20
# Install cardano-cli
You can’t perform that action at this time.
0 commit comments