Skip to content

Commit

Permalink
Bump version of Cardano Node and Cardano DB Sync in personal stack
Browse files Browse the repository at this point in the history
configuration

In response to the need for updated versions, the commit adjusts the
image tags for Cardano Node and Cardano DB Sync in the personal stack
configuration. The Cardano Node image tag was modified from "8.8.0-pre"
to "8.10.0-pre," while the Cardano DB Sync image tag was updated from
"sancho-4.1.0" to "sancho-4-2-1."
  • Loading branch information
placek committed May 9, 2024
1 parent 3d8d728 commit ff947b6
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 ff947b6

Please sign in to comment.