Skip to content

Commit b0b7e6e

Browse files
authored
Lorenzo/bump clients (#424)
bump latest clients
1 parent bdb3072 commit b0b7e6e

4 files changed

Lines changed: 10 additions & 8 deletions

File tree

compose-cl.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ services:
4747

4848
cl-lighthouse:
4949
profiles: [cl-lighthouse]
50-
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.1}
50+
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.1.0}
5151
restart: unless-stopped
5252
labels:
5353
- "alloy-monitored=${CL_LIGHTHOUSE_ALLOY_MONITORED:-true}"
@@ -84,7 +84,7 @@ services:
8484

8585
cl-teku:
8686
profiles: [cl-teku]
87-
image: consensys/teku:${CL_TEKU_VERSION:-25.12.0}
87+
image: consensys/teku:${CL_TEKU_VERSION:-26.2.0}
8888
restart: unless-stopped
8989
labels:
9090
- "alloy-monitored=${CL_TEKU_ALLOY_MONITORED:-true}"
@@ -120,7 +120,7 @@ services:
120120

121121
cl-lodestar:
122122
profiles: [cl-lodestar]
123-
image: chainsafe/lodestar:${CL_LODESTAR_VERSION:-v1.38.0}
123+
image: chainsafe/lodestar:${CL_LODESTAR_VERSION:-v1.40.0}
124124
restart: unless-stopped
125125
labels:
126126
- "alloy-monitored=${CL_LODESTAR_ALLOY_MONITORED:-true}"
@@ -146,4 +146,4 @@ services:
146146
volumes:
147147
- ./data/cl-lodestar:/opt/lodestar/data
148148
- ./jwt:/jwt:ro
149-
networks: [dvnode]
149+
networks: [dvnode]

compose-el.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ services:
3434
--Metrics.ExposePort=8008
3535
--Sync.SnapSync=true
3636
--History.Pruning=Rolling
37+
--Blocks.BlockProductionBlobLimit=0
3738
networks: [dvnode]
3839
volumes:
3940
- ./data/nethermind:/nethermind/data
@@ -47,7 +48,7 @@ services:
4748

4849
el-reth:
4950
profiles: [el-reth]
50-
image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.10.2}
51+
image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.11.0}
5152
restart: unless-stopped
5253
ports:
5354
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP

compose-vc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ services:
3636

3737
vc-nimbus:
3838
profiles: [vc-nimbus]
39-
image: "lido-nimbus-validator-client:${VC_NIMBUS_VERSION:-multiarch-v25.11.1}"
39+
image: "nimbus-validator-client:${VC_NIMBUS_VERSION:-multiarch-v26.2.1}"
4040
build:
4141
context: nimbus
4242
args:
43-
VERSION: ${VC_NIMBUS_VERSION:-multiarch-v25.11.1}
43+
VERSION: ${VC_NIMBUS_VERSION:-multiarch-v26.2.1}
4444
depends_on: [charon]
4545
networks: [dvnode]
4646
environment:
@@ -86,7 +86,7 @@ services:
8686

8787
vc-teku:
8888
profiles: [vc-teku]
89-
image: consensys/teku:${VC_TEKU_VERSION:-25.12.0}
89+
image: consensys/teku:${VC_TEKU_VERSION:-26.2.0}
9090
command: |
9191
validator-client
9292
--beacon-node-api-endpoint "http://charon:3600"

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ services:
3434
--Metrics.ExposePort=8008
3535
--Sync.SnapSync=true
3636
--History.Pruning=Rolling
37+
--Blocks.BlockProductionBlobLimit=0
3738
networks: [dvnode]
3839
volumes:
3940
- ./data/nethermind:/nethermind/data

0 commit comments

Comments
 (0)