Skip to content

Commit ad62a08

Browse files
authored
Bump v1.6.1 (#176)
* Bump to v1.6.1 * Bump rest of the stack
1 parent d4b0954 commit ad62a08

File tree

2 files changed

+11
-23
lines changed

2 files changed

+11
-23
lines changed

docker-compose.yml

Lines changed: 9 additions & 21 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.5.2}
4+
image: obolnetwork/charon:${CHARON_VERSION:-v1.6.1}
55
restart: unless-stopped
66
networks: [ cluster ]
77
depends_on: [ relay ]
@@ -29,7 +29,7 @@ services:
2929
# | | | | __/ |_| | | | __/ | | | | | | | | | | | (_| |
3030
# |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|
3131
nethermind:
32-
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.32.2}
32+
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.33.0}
3333
restart: unless-stopped
3434
ports:
3535
- ${NETHERMIND_PORT_P2P:-30303}:30303/tcp # P2P TCP
@@ -62,7 +62,7 @@ services:
6262
# |___/
6363

6464
lighthouse:
65-
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v7.0.1}
65+
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v7.1.0}
6666
ports:
6767
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP
6868
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/udp # P2P UDP
@@ -167,7 +167,7 @@ services:
167167
# \ V / (_| | | | (_| | (_| | || (_) | | \__ \
168168
# \_/ \__,_|_|_|\__,_|\__,_|\__\___/|_| |___/
169169
vc0-lighthouse:
170-
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v7.0.1}
170+
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v7.1.0}
171171
entrypoint: /opt/lighthouse/run.sh
172172
networks: [ cluster ]
173173
depends_on: [ node0 ]
@@ -180,7 +180,7 @@ services:
180180
- .charon/cluster/node0/validator_keys:/opt/charon/keys
181181

182182
vc1-teku:
183-
image: consensys/teku:${TEKU_VERSION:-25.6.0}
183+
image: consensys/teku:${TEKU_VERSION:-25.7.1}
184184
networks: [ cluster ]
185185
depends_on: [ node1 ]
186186
restart: unless-stopped
@@ -204,7 +204,7 @@ services:
204204
- ./nimbus:/home/user/data
205205

206206
vc3-lighthouse:
207-
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v7.0.1}
207+
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v7.1.0}
208208
entrypoint: /opt/lighthouse/run.sh
209209
networks: [ cluster ]
210210
depends_on: [ node3 ]
@@ -217,7 +217,7 @@ services:
217217
- .charon/cluster/node3/validator_keys:/opt/charon/keys
218218

219219
vc4-teku:
220-
image: consensys/teku:${TEKU_VERSION:-25.6.0}
220+
image: consensys/teku:${TEKU_VERSION:-25.7.1}
221221
networks: [ cluster ]
222222
depends_on: [ node4 ]
223223
restart: unless-stopped
@@ -247,15 +247,15 @@ services:
247247
# |_| |_| |_|\___/|_| |_|_|\__\___/|_| |_|_| |_|\__, |
248248
# |___/
249249
prometheus:
250-
image: prom/prometheus:${PROMETHEUS_VERSION:-v2.50.1}
250+
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.2.1}
251251
ports:
252252
- "9090:9090"
253253
networks: [ cluster ]
254254
volumes:
255255
- ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
256256

257257
grafana:
258-
image: grafana/grafana:${GRAFANA_VERSION:-10.3.3}
258+
image: grafana/grafana:${GRAFANA_VERSION:-11.5.2}
259259
ports:
260260
- "3000:3000"
261261
networks: [ cluster ]
@@ -266,17 +266,5 @@ services:
266266
- ./grafana/grafana.ini:/etc/grafana/grafana.ini:ro
267267
- ./grafana/dashboards:/etc/dashboards
268268

269-
node-exporter:
270-
image: prom/node-exporter:${NODE_EXPORTER_VERSION:-v1.7.0}
271-
ports:
272-
- "9100:9100"
273-
networks: [ cluster ]
274-
275-
jaeger:
276-
image: jaegertracing/all-in-one:${JAEGAR_VERSION:-1.55.0}
277-
networks: [ cluster ]
278-
ports:
279-
- "16686:16686"
280-
281269
networks:
282270
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.6.0 as nimbusbn
1+
FROM statusim/nimbus-eth2:multiarch-v25.7.1 as nimbusbn
22

3-
FROM statusim/nimbus-validator-client:multiarch-v25.6.0
3+
FROM statusim/nimbus-validator-client:multiarch-v25.7.1
44

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

0 commit comments

Comments
 (0)