Skip to content

Commit 1031ffd

Browse files
authored
Merge pull request #777 from rocket-pool/geth-v1.15.7
geth-v1.15.7
2 parents 21a254a + 95a5a22 commit 1031ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/services/config/geth-params.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88

99
// Constants
1010
const (
11-
gethTagProd string = "ethereum/client-go:v1.15.6"
12-
gethTagTest string = "ethereum/client-go:v1.15.6"
11+
gethTagProd string = "ethereum/client-go:v1.15.7"
12+
gethTagTest string = "ethereum/client-go:v1.15.7"
1313
gethEventLogInterval int = 1000
1414
gethStopSignal string = "SIGTERM"
1515
)

0 commit comments

Comments
 (0)