Skip to content

Commit

Permalink
[#1538] Update Cardano Node and DB Sync versions in dev environment
Browse files Browse the repository at this point in the history
Bumped the versions of Cardano Node and Cardano DB Sync in the
development environment to ensure compatibility with the latest features
and fixes. Updated the `docker-compose.node+dbsync.yml` file to use
`cardano-node:9.0.0-sancho` and `cardano-db-sync:sancho-5.1.0`. This
change addresses the need to stay current with upstream improvements and
ensures that our development environment remains in line with the latest
network protocols.
  • Loading branch information
placek authored and MSzalowski committed Jul 16, 2024
1 parent 003bb2b commit bd911e1
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.11.0-sancho
image: ghcr.io/intersectmbo/cardano-node:9.0.0-sancho
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-3-0-docker
image: ghcr.io/intersectmbo/cardano-db-sync:sancho-5.1.0
environment:
- NETWORK=sanchonet
- POSTGRES_HOST=postgres
Expand Down

0 comments on commit bd911e1

Please sign in to comment.