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 @@ -26,8 +26,8 @@ changes.
2626
2727### Changed
2828
29- - Bumped Cardano node version to ` 10.1.0-pre ` .
30- - Bumped Cardano DB Sync version to ` 13.6.0.0-pre ` .
29+ - Bumped Cardano node version to ` 10.1.2 ` .
30+ - Bumped Cardano DB Sync version to ` 13.6.0.1 ` .
3131- Make calculation of a DRep voting power on the backend [ Issue 1960] ( https://github.com/IntersectMBO/govtool/issues/1960 )
3232
3333### Removed
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.1
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.1
6969 environment :
7070 - NETWORK=sanchonet
7171 - POSTGRES_HOST=postgres
You can’t perform that action at this time.
0 commit comments