Skip to content

Commit

Permalink
Merge pull request #595 from input-output-hk/jpraynaud/594-upgrade-ca…
Browse files Browse the repository at this point in the history
…rdano-node-1.35.4

Upgrade to Cardano 1.35.4
  • Loading branch information
jpraynaud authored Nov 14, 2022
2 parents 9714e2c + 7262f62 commit 5ae721a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/root/manual/getting-started/run-signer-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For more information about the **Mithril Protocol**, please refer to the [About
* Read rights on the `Database` folder (`--database-path` setting of the **Cardano Node**)
* Read/Write rights on the `Inter Process Communication` file (usually `CARDANO_NODE_SOCKET_PATH` env var used to launch the **Cardano Node**)

* Install a recent version of the [`cardano-cli`](https://hydra.iohk.io/job/Cardano/cardano-node/linux.native.cardano-cli) (version 1.35.3+)
* Install a recent version of the [`cardano-cli`](https://hydra.iohk.io/job/Cardano/cardano-node/linux.native.cardano-cli) (version 1.35.4+)

* Install a [correctly configured](https://www.rust-lang.org/learn/get-started) Rust toolchain (latest stable version).

Expand Down
2 changes: 1 addition & 1 deletion mithril-aggregator/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY mithril-aggregator/mithril-aggregator /app/bin/mithril-aggregator
COPY mithril-aggregator/config /app/config

# Install cardano-cli
RUN wget -nv -O cardano-bin.tar.gz https://hydra.iohk.io/build/17062577/download/1/cardano-node-1.35.2-linux.tar.gz
RUN wget -nv -O cardano-bin.tar.gz https://hydra.iohk.io/build/21343721/download/1/cardano-node-1.35.4-linux.tar.gz
RUN tar xzf cardano-bin.tar.gz ./cardano-cli && mv cardano-cli /app/bin
RUN /app/bin/cardano-cli --version
RUN rm -f cardano-bin.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion mithril-infra/assets/docker/Dockerfile.cardano
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM inputoutput/cardano-node:1.35.3
FROM inputoutput/cardano-node:1.35.4

# Fix env file rights
# In order to be able to interact with the Cardano node trough its 'node.socket'
Expand Down
2 changes: 1 addition & 1 deletion mithril-infra/assets/docker/docker-compose-aggregator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

services:
cardano-node-aggregator:
image: cardano-node/1.35.3-modified
image: cardano-node/1.35.4-modified
container_name: cardano-node-aggregator
build:
context: .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

services:
cardano-node-signer:
image: cardano-node/1.35.3-modified
image: cardano-node/1.35.4-modified
container_name: cardano-node-signer-${SIGNER_ID}
build:
context: .
Expand Down
2 changes: 1 addition & 1 deletion mithril-signer/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY mithril-signer/mithril-signer /app/bin/mithril-signer
COPY mithril-signer/config /app/config

# Install cardano-cli
RUN wget -nv -O cardano-bin.tar.gz https://hydra.iohk.io/build/17062577/download/1/cardano-node-1.35.2-linux.tar.gz
RUN wget -nv -O cardano-bin.tar.gz https://hydra.iohk.io/build/21343721/download/1/cardano-node-1.35.4-linux.tar.gz
RUN tar xzf cardano-bin.tar.gz ./cardano-cli && mv cardano-cli /app/bin
RUN /app/bin/cardano-cli --version
RUN rm -f cardano-bin.tar.gz
Expand Down

0 comments on commit 5ae721a

Please sign in to comment.