Skip to content

Commit

Permalink
Merge pull request #974 from IntersectMBO/fix/bump-version-of-node-an…
Browse files Browse the repository at this point in the history
…d-dbsync-in-personal-stack

Bump version of Cardano Node and Cardano DB Sync in personal stack
  • Loading branch information
placek authored May 20, 2024
2 parents 02db6c2 + ff947b6 commit 2b87032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/govtool/docker-compose.node+dbsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
retries: 5

cardano-node:
image: ghcr.io/intersectmbo/cardano-node:8.8.0-pre
image: ghcr.io/intersectmbo/cardano-node:8.10.0-pre
environment:
- NETWORK=sanchonet
volumes:
Expand All @@ -65,7 +65,7 @@ services:
retries: 10

cardano-db-sync:
image: ghcr.io/intersectmbo/cardano-db-sync:sancho-4.1.0
image: ghcr.io/intersectmbo/cardano-db-sync:sancho-4-2-1
environment:
- NETWORK=sanchonet
- POSTGRES_HOST=postgres
Expand Down

0 comments on commit 2b87032

Please sign in to comment.