We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e4425 commit 3cb5116Copy full SHA for 3cb5116
2 files changed
compose-cl.yml
@@ -84,7 +84,7 @@ services:
84
85
cl-teku:
86
profiles: [cl-teku]
87
- image: consensys/teku:${VC_VERSION:-26.2.0}
+ image: consensys/teku:${VC_VERSION:-26.3.0}
88
restart: unless-stopped
89
labels:
90
- "alloy-monitored=${CL_TEKU_ALLOY_MONITORED:-true}"
compose-vc.yml
@@ -85,7 +85,7 @@ services:
vc-teku:
profiles: [vc-teku]
- image: consensys/teku:${VC_TEKU_VERSION:-26.2.0}
+ image: consensys/teku:${VC_TEKU_VERSION:-26.3.0}
command: |
validator-client
91
--beacon-node-api-endpoint "http://charon:3600"
0 commit comments