We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc947c commit c421098Copy full SHA for c421098
1 file changed
shared/services/config/teku-config.go
@@ -6,8 +6,8 @@ import (
6
)
7
8
const (
9
- tekuTagTest string = "consensys/teku:25.4.1"
10
- tekuTagProd string = "consensys/teku:25.4.1"
+ tekuTagTest string = "consensys/teku:25.5.0"
+ tekuTagProd string = "consensys/teku:25.5.0"
11
defaultTekuMaxPeers uint16 = 100
12
13
0 commit comments