File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ changes.
2121### Changed
2222
2323- Bumped Cardano node version to ` 10.1.0-pre ` .
24+ - Bumped Cardano DB Sync version to ` 13.6.0.0-pre ` .
2425
2526### Removed
2627
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ include config.mk
1212
1313# image tags
1414cardano_node_image_tag := 10.1.0-pre
15- cardano_db_sync_image_tag := 13.5 .0.2
15+ cardano_db_sync_image_tag := 13.6 .0.0-pre
1616
1717.PHONY : all
1818all : deploy-stack notify
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ services:
6565 retries : 10
6666
6767 cardano-db-sync :
68- image : ghcr.io/intersectmbo/cardano-db-sync:13.5 .0.2
68+ image : ghcr.io/intersectmbo/cardano-db-sync:13.6 .0.0-pre
6969 environment :
7070 - NETWORK=sanchonet
7171 - POSTGRES_HOST=postgres
You can’t perform that action at this time.
0 commit comments