File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
mithril-test-lab/mithril-devnet Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ WORKDIR /app/
57
57
RUN chown -R appuser /app/
58
58
59
59
# Install cardano-cli
60
- RUN wget -nv -O cardano-bin.tar.gz https://hydra.iohk.io/build/13065769/download/1/ cardano-node-1.34.1-linux .tar.gz
60
+ RUN wget -nv -O cardano-bin.tar.gz https://storage.googleapis.com/mithril- cardano-node-archive/cardano- 1.34.1.tar.gz
61
61
RUN tar xzf cardano-bin.tar.gz ./cardano-cli && mv cardano-cli /app/bin
62
62
RUN /app/bin/cardano-cli --version
63
63
RUN rm -f cardano-bin.tar.gz
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ COPY --from=rustbuilder /app/config /app/config
56
56
WORKDIR /app/
57
57
58
58
# Install cardano-cli
59
- RUN wget -nv -O cardano-bin.tar.gz https://hydra.iohk.io/build/13065769/download/1/ cardano-node-1.34.1-linux .tar.gz
59
+ RUN wget -nv -O cardano-bin.tar.gz https://storage.googleapis.com/mithril- cardano-node-archive/cardano- 1.34.1.tar.gz
60
60
RUN tar xzf cardano-bin.tar.gz ./cardano-cli && mv cardano-cli /app/bin
61
61
RUN /app/bin/cardano-cli --version
62
62
RUN rm -f cardano-bin.tar.gz
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ SECURITY_PARAM=2
48
48
NODE_PORT_START=3000
49
49
NODE_ADDR_PREFIX=" 172.16.238"
50
50
NODE_ADDR_INCREMENT=10
51
- CARDANO_BINARY_URL=" https://hydra.iohk.io/build/13065769/download/1/ cardano-node-1.34.1-linux .tar.gz"
51
+ CARDANO_BINARY_URL=" https://storage.googleapis.com/mithril- cardano-node-archive/cardano- 1.34.1.tar.gz"
52
52
53
53
GENESIS_VERIFICATION_KEY=5b33322c3235332c3138362c3230312c3137372c31312c3131372c3133352c3138372c3136372c3138312c3138382c32322c35392c3230362c3130352c3233312c3135302c3231352c33302c37382c3231322c37362c31362c3235322c3138302c37322c3133342c3133372c3234372c3136312c36385d
54
54
GENESIS_SECRET_KEY=5b3131382c3138342c3232342c3137332c3136302c3234312c36312c3134342c36342c39332c3130362c3232392c38332c3133342c3138392c34302c3138392c3231302c32352c3138342c3136302c3134312c3233372c32362c3136382c35342c3233392c3230342c3133392c3131392c31332c3139395d
You can’t perform that action at this time.
0 commit comments