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 61edf1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 61edf1a

Please sign in to comment.