From 31d4318d4b945fdb9c661b2c48584049eefc6815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Placzy=C5=84ski?= Date: Wed, 27 Mar 2024 15:18:10 +0100 Subject: [PATCH] [#555] Update Cardano Node to version 8.9.0 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. --- scripts/govtool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/govtool/Makefile b/scripts/govtool/Makefile index 92dbade21..8d6430e0e 100644 --- a/scripts/govtool/Makefile +++ b/scripts/govtool/Makefile @@ -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