Skip to content

Commit

Permalink
[#555] Update Cardano Node to version 8.9.0
Browse files Browse the repository at this point in the history
The Cardano Node version has been updated to 8.9.0 to align with the latest configuration requirements specified on https://book.world.dev.cardano.org. This update was necessary as the existing configuration was found to be incompatible with previous version 8.8.0-pre, requiring an intermediate update to ensure the proper functioning of the Cardano Node.
  • Loading branch information
placek committed Mar 27, 2024
1 parent 2767c07 commit 31d4318
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 @@ -7,7 +7,7 @@ include config.mk
.DEFAULT_GOAL := info

# image tags
cardano_node_image_tag := 8.8.0-pre
cardano_node_image_tag := 8.9.0
cardano_db_sync_image_tag := sancho-4.1.0

.PHONY: all
Expand Down

0 comments on commit 31d4318

Please sign in to comment.