Skip to content

Commit

Permalink
bump db-sync version
Browse files Browse the repository at this point in the history
  • Loading branch information
linconvidal committed Sep 9, 2024
1 parent 9991779 commit 9b1d6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:

cardano-db-sync:
platform: linux/x86_64
image: ghcr.io/intersectmbo/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-13.5.0.1}
image: ghcr.io/intersectmbo/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-13.5.0.2}
command: [ "--config", "/config/cardano-db-sync/config.json", "--socket-path", "/node-ipc/node.socket" ]
environment:
- POSTGRES_HOST=postgres
Expand Down

0 comments on commit 9b1d6a7

Please sign in to comment.