We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806f9ea commit 0ef6951Copy full SHA for 0ef6951
1 file changed
shared/services/config/geth-params.go
@@ -8,8 +8,8 @@ import (
8
9
// Constants
10
const (
11
- gethTagProd string = "ethereum/client-go:v1.17.2"
12
- gethTagTest string = "ethereum/client-go:v1.17.2"
+ gethTagProd string = "ethereum/client-go:v1.17.3"
+ gethTagTest string = "ethereum/client-go:v1.17.3"
13
gethEventLogInterval int = 1000
14
gethStopSignal string = "SIGTERM"
15
)
0 commit comments