Skip to content

Commit 8e17421

Browse files
authored
Merge pull request #935 from rocket-pool/teku-v25.9.3
teku-v25.9.3
2 parents c19b2f3 + 3c305ee commit 8e17421

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.9.2"
10-
tekuTagProd string = "consensys/teku:25.9.2"
9+
tekuTagTest string = "consensys/teku:25.9.3"
10+
tekuTagProd string = "consensys/teku:25.9.3"
1111
defaultTekuMaxPeers uint16 = 100
1212
)
1313

0 commit comments

Comments
 (0)