diff --git a/shared/services/config/nethermind-params.go b/shared/services/config/nethermind-params.go index d3c75143d..4ce0c1be7 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.0" - nethermindTagTest string = "nethermind/nethermind:1.39.0" + nethermindTagProd string = "nethermind/nethermind:1.39.1" + nethermindTagTest string = "nethermind/nethermind:1.39.1" nethermindEventLogInterval int = 1000 nethermindStopSignal string = "SIGTERM" )