From 69a922f39f3fdea605d60181c6bc900958849342 Mon Sep 17 00:00:00 2001 From: Fornax <23104993+fornax2@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:41:01 -0300 Subject: [PATCH] besu-v24.10.0 --- shared/services/config/besu-params.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/services/config/besu-params.go b/shared/services/config/besu-params.go index 9e5408af3..b254855c3 100644 --- a/shared/services/config/besu-params.go +++ b/shared/services/config/besu-params.go @@ -6,8 +6,8 @@ import ( // Constants const ( - besuTagTest string = "hyperledger/besu:24.9.1" - besuTagProd string = "hyperledger/besu:24.9.1" + besuTagTest string = "hyperledger/besu:24.10.0" + besuTagProd string = "hyperledger/besu:24.10.0" besuEventLogInterval int = 1000 besuMaxPeers uint16 = 25 besuStopSignal string = "SIGTERM"