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"