diff --git a/shared/services/config/geth-params.go b/shared/services/config/geth-params.go index 144ec055e..b0498c360 100644 --- a/shared/services/config/geth-params.go +++ b/shared/services/config/geth-params.go @@ -8,8 +8,8 @@ import ( // Constants const ( - gethTagProd string = "ethereum/client-go:v1.14.7" - gethTagTest string = "ethereum/client-go:v1.14.7" + gethTagProd string = "ethereum/client-go:v1.14.8" + gethTagTest string = "ethereum/client-go:v1.14.8" gethEventLogInterval int = 1000 gethStopSignal string = "SIGTERM" )