File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ RUN /app/target/release/mithril-aggregator --version
32
32
FROM debian:11-slim
33
33
34
34
# Args
35
- ARG CARDANO_BIN_URL=https://github.com/input-output-hk/cardano-node/releases/download/8.7.3/cardano-node-8.7.3-linux.tar.gz
35
+ ARG CARDANO_NODE_VERSION=8.7.3
36
+ 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
36
37
37
38
# Upgrade
38
39
RUN apt-get update -y && apt-get install -y libssl-dev ca-certificates wget sqlite3 && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ RUN /app/target/release/mithril-signer --version
33
33
FROM debian:11-slim
34
34
35
35
# Args
36
- ARG CARDANO_BIN_URL=https://github.com/input-output-hk/cardano-node/releases/download/8.7.3/cardano-node-8.7.3-linux.tar.gz
36
+ ARG CARDANO_NODE_VERSION=8.7.3
37
+ 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
37
38
38
39
# Upgrade
39
40
RUN apt-get update -y && apt-get install -y libssl-dev ca-certificates wget sqlite3 && rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments