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.3 .1
38
+ ARG CARDANO_NODE_VERSION=10.4 .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 @@ -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
RUN if [ "$EMBED-CARDANO-CLI" = 1 ] ; then \
You can’t perform that action at this time.
0 commit comments