Skip to content

Commit 4af9b89

Browse files
authored
Bump Charon to v1.7.1 (#180)
1 parent ba0f0e0 commit 4af9b89

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

docker-compose.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
x-node-base:
22
# Pegged charon version (update this for each release).
33
&node-base
4-
image: obolnetwork/charon:${CHARON_VERSION:-v1.7.0}
4+
image: obolnetwork/charon:${CHARON_VERSION:-v1.7.1}
55
restart: unless-stopped
66
networks: [cluster]
77
depends_on: [relay]
@@ -28,7 +28,7 @@ services:
2828
# | | | | __/ |_| | | | __/ | | | | | | | | | | | (_| |
2929
# |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|
3030
nethermind:
31-
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.34.1}
31+
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.35.0}
3232
restart: unless-stopped
3333
ports:
3434
- ${NETHERMIND_PORT_P2P:-30303}:30303/tcp # P2P TCP
@@ -61,7 +61,7 @@ services:
6161
# |___/
6262

6363
lighthouse:
64-
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0-rc.0}
64+
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0-rc.2}
6565
ports:
6666
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP
6767
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/udp # P2P UDP
@@ -166,7 +166,7 @@ services:
166166
# \ V / (_| | | | (_| | (_| | || (_) | | \__ \
167167
# \_/ \__,_|_|_|\__,_|\__,_|\__\___/|_| |___/
168168
vc0-lighthouse:
169-
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0-rc.0}
169+
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0-rc.2}
170170
entrypoint: /opt/lighthouse/run.sh
171171
networks: [cluster]
172172
depends_on: [node0]
@@ -179,7 +179,7 @@ services:
179179
- .charon/cluster/node0/validator_keys:/opt/charon/keys
180180

181181
vc1-teku:
182-
image: consensys/teku:${TEKU_VERSION:-25.9.3}
182+
image: consensys/teku:${TEKU_VERSION:-25.10.0}
183183
networks: [cluster]
184184
depends_on: [node1]
185185
restart: unless-stopped
@@ -203,7 +203,7 @@ services:
203203
- ./nimbus:/home/user/data
204204

205205
vc3-lighthouse:
206-
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0-rc.0}
206+
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0-rc.2}
207207
entrypoint: /opt/lighthouse/run.sh
208208
networks: [cluster]
209209
depends_on: [node3]
@@ -216,7 +216,7 @@ services:
216216
- .charon/cluster/node3/validator_keys:/opt/charon/keys
217217

218218
vc4-teku:
219-
image: consensys/teku:${TEKU_VERSION:-25.9.3}
219+
image: consensys/teku:${TEKU_VERSION:-25.10.0}
220220
networks: [cluster]
221221
depends_on: [node4]
222222
restart: unless-stopped
@@ -246,15 +246,15 @@ services:
246246
# |_| |_| |_|\___/|_| |_|_|\__\___/|_| |_|_| |_|\__, |
247247
# |___/
248248
prometheus:
249-
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.2.1}
249+
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.7.2}
250250
ports:
251251
- "9090:9090"
252252
networks: [cluster]
253253
volumes:
254254
- ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
255255

256256
grafana:
257-
image: grafana/grafana:${GRAFANA_VERSION:-11.5.2}
257+
image: grafana/grafana:${GRAFANA_VERSION:-12.2.1}
258258
ports:
259259
- "3000:3000"
260260
networks: [cluster]

nimbus/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM statusim/nimbus-eth2:multiarch-v25.9.1 as nimbusbn
1+
FROM statusim/nimbus-eth2:multiarch-v25.9.2 as nimbusbn
22

3-
FROM statusim/nimbus-validator-client:multiarch-v25.9.1
3+
FROM statusim/nimbus-validator-client:multiarch-v25.9.2
44

55
COPY --from=nimbusbn /home/user/nimbus_beacon_node /home/user/nimbus_beacon_node
66

0 commit comments

Comments
 (0)