Skip to content

Commit

Permalink
chore: bump cardano-db-sync version
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski committed Oct 31, 2024
1 parent 233b35c commit a47322c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ changes.
### Changed

- Bumped Cardano node version to `10.1.0-pre`.
- Bumped Cardano DB Sync version to `13.6.0.0-pre`.

### Removed

Expand Down
2 changes: 1 addition & 1 deletion scripts/govtool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include config.mk

# image tags
cardano_node_image_tag := 10.1.0-pre
cardano_db_sync_image_tag := 13.5.0.2
cardano_db_sync_image_tag := 13.6.0.0-pre

.PHONY: all
all: deploy-stack notify
Expand Down
2 changes: 1 addition & 1 deletion scripts/govtool/docker-compose.node+dbsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
retries: 10

cardano-db-sync:
image: ghcr.io/intersectmbo/cardano-db-sync:13.5.0.2
image: ghcr.io/intersectmbo/cardano-db-sync:13.6.0.0-pre
environment:
- NETWORK=sanchonet
- POSTGRES_HOST=postgres
Expand Down

0 comments on commit a47322c

Please sign in to comment.