diff --git a/shared/services/config/nethermind-params.go b/shared/services/config/nethermind-params.go index c2763c53e..2d641a5ce 100644 --- a/shared/services/config/nethermind-params.go +++ b/shared/services/config/nethermind-params.go @@ -10,8 +10,8 @@ import ( // Constants const ( - nethermindTagProd string = "nethermind/nethermind:1.39.2" - nethermindTagTest string = "nethermind/nethermind:1.39.2" + nethermindTagProd string = "nethermind/nethermind:1.39.3" + nethermindTagTest string = "nethermind/nethermind:1.39.3" nethermindEventLogInterval int = 1000 nethermindStopSignal string = "SIGTERM" )