Skip to content

Commit d2bd66c

Browse files
authored
Merge pull request #965 from rocket-pool/teku-v25.11.1
teku-v25.11.1
2 parents 007bfd9 + 87d8ee2 commit d2bd66c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/services/config/teku-config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
)
77

88
const (
9-
tekuTagTest string = "consensys/teku:25.11.0"
10-
tekuTagProd string = "consensys/teku:25.11.0"
9+
tekuTagTest string = "consensys/teku:25.11.1"
10+
tekuTagProd string = "consensys/teku:25.11.1"
1111
defaultTekuMaxPeers uint16 = 100
1212
)
1313

0 commit comments

Comments
 (0)