Skip to content

Commit eb94d20

Browse files
committed
Update Mithril infra
Update cardano node from 1.35.3 to 1.35.4
1 parent f866f8e commit eb94d20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mithril-infra/assets/docker/Dockerfile.cardano

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM inputoutput/cardano-node:1.35.3
1+
FROM inputoutput/cardano-node:1.35.4
22

33
# Fix env file rights
44
# In order to be able to interact with the Cardano node trough its 'node.socket'

mithril-infra/assets/docker/docker-compose-aggregator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.9"
22

33
services:
44
cardano-node-aggregator:
5-
image: cardano-node/1.35.3-modified
5+
image: cardano-node/1.35.4-modified
66
container_name: cardano-node-aggregator
77
build:
88
context: .

mithril-infra/assets/docker/docker-compose-signer-unverified.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.9"
22

33
services:
44
cardano-node-signer:
5-
image: cardano-node/1.35.3-modified
5+
image: cardano-node/1.35.4-modified
66
container_name: cardano-node-signer-${SIGNER_ID}
77
build:
88
context: .

0 commit comments

Comments
 (0)