Skip to content

Commit

Permalink
Use latest stable cardano-node in demo
Browse files Browse the repository at this point in the history
The docker variant was broken as the conway-genesis.json was not
parseable using the old 8.7.3 node and we seemingly have forgotten to
update this container when we started to test against cardano-node 8.9
  • Loading branch information
ch1bo committed Apr 16, 2024
1 parent 02b4ca6 commit 4d88e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/docker-compose.yaml
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

services:
cardano-node:
image: ghcr.io/input-output-hk/cardano-node:8.7.3
image: ghcr.io/intersectmbo/cardano-node:8.9.1
volumes:
- ./devnet:/devnet
environment:
Expand Down

0 comments on commit 4d88e9d

Please sign in to comment.