Skip to content

Commit d248a7b

Browse files
authored
Bump client versions (#366)
1 parent 08c2caa commit d248a7b

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

compose-cl.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ services:
4545

4646
cl-lighthouse:
4747
profiles: [cl-lighthouse]
48-
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0-rc.0}
48+
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0-rc.2}
4949
restart: unless-stopped
5050
labels:
5151
- "promtail-monitored=${CL_LIGHTHOUSE_PROMTAIL_MONITORED:-true}"
@@ -80,7 +80,7 @@ services:
8080

8181
cl-teku:
8282
profiles: [cl-teku]
83-
image: consensys/teku:${VC_VERSION:-25.9.3}
83+
image: consensys/teku:${VC_VERSION:-25.10.0}
8484
restart: unless-stopped
8585
labels:
8686
- "promtail-monitored=${CL_TEKU_PROMTAIL_MONITORED:-true}"
@@ -112,7 +112,7 @@ services:
112112

113113
cl-lodestar:
114114
profiles: [cl-lodestar]
115-
image: chainsafe/lodestar:${VC_VERSION:-v1.35.0-rc.0}
115+
image: chainsafe/lodestar:${VC_VERSION:-v1.35.0}
116116
restart: unless-stopped
117117
labels:
118118
- "promtail-monitored=${CL_LODESTAR_PROMTAIL_MONITORED:-true}"

compose-el.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111

1212
el-nethermind:
1313
profiles: [el-nethermind]
14-
image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.34.1}
14+
image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.35.0}
1515
restart: unless-stopped
1616
ports:
1717
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP

compose-mev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111

1212
mev-commitboost:
1313
profiles: [mev-commitboost]
14-
image: ghcr.io/commit-boost/pbs:${MEV_COMMITBOOST_VERSION:-v0.8.1-rc.4}
14+
image: ghcr.io/commit-boost/pbs:${MEV_COMMITBOOST_VERSION:-v0.9.0}
1515
environment:
1616
- CB_CONFIG=/etc/commit-boost/config.toml
1717
volumes:
@@ -29,7 +29,7 @@ services:
2929

3030
mev-mevboost:
3131
profiles: [mev-mevboost]
32-
image: flashbots/mev-boost:${MEV_MEVBOOST_VERSION:-1.10a5}
32+
image: flashbots/mev-boost:${MEV_MEVBOOST_VERSION:-1.10a6}
3333
command: |
3434
-${NETWORK}
3535
-loglevel=debug

compose-vc.yml

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

1212
vc-lodestar:
1313
profiles: [vc-lodestar]
14-
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.35.0-rc.0}
14+
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.35.0}
1515
depends_on: [charon]
1616
entrypoint: /opt/lodestar/run.sh
1717
networks: [dvnode]
@@ -39,7 +39,7 @@ services:
3939
build:
4040
context: nimbus
4141
args:
42-
VERSION: ${VC_NIMBUS_VERSION:-multiarch-v25.9.1}
42+
VERSION: ${VC_NIMBUS_VERSION:-multiarch-v25.9.2}
4343
depends_on: [charon]
4444
networks: [dvnode]
4545
environment:
@@ -61,7 +61,7 @@ services:
6161

6262
vc-prysm:
6363
profiles: [vc-prysm]
64-
image: offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v6.1.0}
64+
image: offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v6.1.3}
6565
platform: "linux/amd64"
6666
depends_on: [charon]
6767
networks: [dvnode]
@@ -85,7 +85,7 @@ services:
8585

8686
vc-teku:
8787
profiles: [vc-teku]
88-
image: consensys/teku:${VC_TEKU_VERSION:-25.9.3}
88+
image: consensys/teku:${VC_TEKU_VERSION:-25.10.0}
8989
command: |
9090
validator-client
9191
--beacon-node-api-endpoint "http://charon:3600"

docker-compose.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
# |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|
1111

1212
nethermind:
13-
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.34.1}
13+
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.35.0}
1414
profiles: [""]
1515
restart: unless-stopped
1616
ports:
@@ -48,7 +48,7 @@ services:
4848
# |___/
4949

5050
lighthouse:
51-
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0-rc.0}
51+
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0-rc.2}
5252
profiles: [""]
5353
ports:
5454
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP
@@ -85,7 +85,7 @@ services:
8585
# \___|_| |_|\__,_|_| \___/|_| |_|
8686

8787
charon:
88-
image: obolnetwork/charon:${CHARON_VERSION:-v1.7.0}
88+
image: obolnetwork/charon:${CHARON_VERSION:-v1.7.1}
8989
environment:
9090
- CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://${CL:-lighthouse}:5052}
9191
- CHARON_BEACON_NODE_TIMEOUT=${CHARON_BEACON_NODE_TIMEOUT:-3s}
@@ -122,7 +122,7 @@ services:
122122
# |_|\___/ \__,_|\___||___/\__\__,_|_|
123123

124124
lodestar:
125-
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.35.0-rc.0}
125+
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.35.0}
126126
profiles: [""]
127127
depends_on: [charon]
128128
entrypoint: /opt/lodestar/run.sh
@@ -147,7 +147,7 @@ services:
147147
# |_| |_| |_|\___| \_/ |_.__/ \___/ \___/|___/\__|
148148

149149
mev-boost:
150-
image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.10a5}
150+
image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.10a6}
151151
profiles: [""]
152152
command: |
153153
-${NETWORK}
@@ -168,7 +168,7 @@ services:
168168
# |___/
169169

170170
prometheus:
171-
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.2.1}
171+
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.7.2}
172172
user: ":"
173173
networks: [dvnode]
174174
environment:
@@ -181,7 +181,7 @@ services:
181181
restart: unless-stopped
182182

183183
grafana:
184-
image: grafana/grafana:${GRAFANA_VERSION:-11.5.2}
184+
image: grafana/grafana:${GRAFANA_VERSION:-12.2.1}
185185
user: ":"
186186
ports:
187187
- ${MONITORING_IP_GRAFANA:-0.0.0.0}:${MONITORING_PORT_GRAFANA:-3000}:3000

0 commit comments

Comments
 (0)