File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN /app/target/release/mithril-aggregator --version
32
32
FROM debian:11-slim
33
33
34
34
# Args
35
- ARG CARDANO_NODE_VERSION=8.7.3
35
+ ARG CARDANO_NODE_VERSION=8.9.0
36
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
37
37
38
38
# Upgrade
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=8.7.3
17
+ ARG CARDANO_NODE_VERSION=8.9.0
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
RUN wget -nv -O cardano-bin.tar.gz $CARDANO_BIN_URL \
20
20
&& (tar xzf cardano-bin.tar.gz ./bin/cardano-cli && mv /bin/cardano-cli /app/bin) || (tar xzf cardano-bin.tar.gz ./cardano-cli && mv cardano-cli /app/bin) \
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN /app/target/release/mithril-signer --version
33
33
FROM debian:11-slim
34
34
35
35
# Args
36
- ARG CARDANO_NODE_VERSION=8.7.3
36
+ ARG CARDANO_NODE_VERSION=8.9.0
37
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
38
38
39
39
# Upgrade
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=8.7.3
17
+ ARG CARDANO_NODE_VERSION=8.9.0
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
RUN wget -nv -O cardano-bin.tar.gz $CARDANO_BIN_URL \
20
20
&& (tar xzf cardano-bin.tar.gz ./bin/cardano-cli && mv /bin/cardano-cli /app/bin) || (tar xzf cardano-bin.tar.gz ./cardano-cli && mv cardano-cli /app/bin) \
You can’t perform that action at this time.
0 commit comments