File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ changes.
2424
2525### Changed
2626
27- - Bumped Cardano node version to ` 10.1.0-pre ` .
28- - Bumped Cardano DB Sync version to ` 13.6.0.0-pre ` .
27+ - Bumped Cardano node version to ` 10.1.2 ` .
28+ - Bumped Cardano DB Sync version to ` 13.6.0.0 ` .
2929
3030### Removed
3131
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ include config.mk
1111.DEFAULT_GOAL := info
1212
1313# image tags
14- cardano_node_image_tag := 10.1.0-pre
15- cardano_db_sync_image_tag := 13.6.0.0-pre
14+ cardano_node_image_tag := 10.1.2
15+ cardano_db_sync_image_tag := 13.6.0.0
1616
1717.PHONY : all
1818all : deploy-stack notify
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ services:
5151 retries : 5
5252
5353 cardano-node :
54- image : ghcr.io/intersectmbo/cardano-node:10.1.0-pre
54+ image : ghcr.io/intersectmbo/cardano-node:10.1.2
5555 environment :
5656 - NETWORK=sanchonet
5757 volumes :
@@ -65,7 +65,7 @@ services:
6565 retries : 10
6666
6767 cardano-db-sync :
68- image : ghcr.io/intersectmbo/cardano-db-sync:13.6.0.0-pre
68+ image : ghcr.io/intersectmbo/cardano-db-sync:13.6.0.0
6969 environment :
7070 - NETWORK=sanchonet
7171 - POSTGRES_HOST=postgres
You can’t perform that action at this time.
0 commit comments