Skip to content

Commit

Permalink
fixup! cardano-node: 8.11 -> 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Jul 16, 2024
1 parent 40b31a6 commit 6ef17c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/explorer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

services:
cardano-node:
image: ghcr.io/intersectmbo/cardano-node:8.9.0
image: ghcr.io/intersectmbo/cardano-node:9.0.0
volumes:
- /srv/var/cardano/state-preview:/data
environment:
Expand Down
8 changes: 4 additions & 4 deletions demo/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
cardano-node:
image: ghcr.io/intersectmbo/cardano-node:8.9.1
image: ghcr.io/intersectmbo/cardano-node:9.0.0
volumes:
- ./devnet:/devnet
environment:
Expand All @@ -21,7 +21,7 @@ services:

hydra-node-1:
# NOTE: Make sure to use the same image in ./seed-devnet.sh
image: ghcr.io/cardano-scaling/hydra-node:0.17.0
image: ghcr.io/cardano-scaling/hydra-node:unstable
build:
context: ../
target: hydra-node
Expand Down Expand Up @@ -56,7 +56,7 @@ services:

hydra-node-2:
# NOTE: Make sure to use the same image in ./seed-devnet.sh
image: ghcr.io/cardano-scaling/hydra-node:0.17.0
image: ghcr.io/cardano-scaling/hydra-node:unstable
build:
context: ../
target: hydra-node
Expand Down Expand Up @@ -91,7 +91,7 @@ services:

hydra-node-3:
# NOTE: Make sure to use the same image in ./seed-devnet.sh
image: ghcr.io/cardano-scaling/hydra-node:0.17.0
image: ghcr.io/cardano-scaling/hydra-node:unstable
build:
context: ../
target: hydra-node
Expand Down

0 comments on commit 6ef17c5

Please sign in to comment.