We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6363b3 commit 48bb017Copy full SHA for 48bb017
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.15.9"
12
- gethTagTest string = "ethereum/client-go:v1.15.9"
+ gethTagProd string = "ethereum/client-go:v1.15.10"
+ gethTagTest string = "ethereum/client-go:v1.15.10"
13
gethEventLogInterval int = 1000
14
gethStopSignal string = "SIGTERM"
15
)
0 commit comments