Skip to content

Commit

Permalink
[#714] Update Cardano DB Sync with fixed configuration files
Browse files Browse the repository at this point in the history
The commit updates the Cardano DB Sync component in the Makefile by
changing the image tag from "sancho-4-2-0" to "sancho-4-2-1." This
adjustment ensures that the DB Sync is now set to the correct version,
addressing any previously encountered issues and guaranteeing the proper
functioning of the network on SanchoNet.

This was necesary since there was an issue with the previous build with
non parsing configuration.
  • Loading branch information
placek committed Apr 19, 2024
1 parent 0ec1ddd commit cfb4c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/govtool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include config.mk

# image tags
cardano_node_image_tag := 8.10.0-pre
cardano_db_sync_image_tag := sancho-4-2-0
cardano_db_sync_image_tag := sancho-4-2-1

.PHONY: all
all: deploy-stack notify
Expand Down

0 comments on commit cfb4c0d

Please sign in to comment.