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 @@ -14,7 +14,7 @@ COPY mithril-aggregator/mithril-aggregator /app/bin/mithril-aggregator
14
14
COPY mithril-aggregator/config /app/config
15
15
16
16
# Install cardano-cli
17
- RUN wget -nv -O cardano-bin.tar.gz https://hydra.iohk.io/build/17062577 /download/1/cardano-node-1.35.2 -linux.tar.gz
17
+ RUN wget -nv -O cardano-bin.tar.gz https://hydra.iohk.io/build/21343721 /download/1/cardano-node-1.35.4 -linux.tar.gz
18
18
RUN tar xzf cardano-bin.tar.gz ./cardano-cli && mv cardano-cli /app/bin
19
19
RUN /app/bin/cardano-cli --version
20
20
RUN rm -f cardano-bin.tar.gz
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ COPY mithril-signer/mithril-signer /app/bin/mithril-signer
14
14
COPY mithril-signer/config /app/config
15
15
16
16
# Install cardano-cli
17
- RUN wget -nv -O cardano-bin.tar.gz https://hydra.iohk.io/build/17062577 /download/1/cardano-node-1.35.2 -linux.tar.gz
17
+ RUN wget -nv -O cardano-bin.tar.gz https://hydra.iohk.io/build/21343721 /download/1/cardano-node-1.35.4 -linux.tar.gz
18
18
RUN tar xzf cardano-bin.tar.gz ./cardano-cli && mv cardano-cli /app/bin
19
19
RUN /app/bin/cardano-cli --version
20
20
RUN rm -f cardano-bin.tar.gz
You can’t perform that action at this time.
0 commit comments