Skip to content

Commit ffebd60

Browse files
authored
Bump to latest stack for v1.11.0 (#329)
1 parent a3a237d commit ffebd60

8 files changed

Lines changed: 22 additions & 22 deletions

compose-cl.yml

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

4747
cl-lighthouse:
4848
profiles: [cl-lighthouse]
49-
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.2.1}
49+
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.2.2}
5050
restart: unless-stopped
5151
labels:
5252
- "alloy-monitored=${CL_LIGHTHOUSE_ALLOY_MONITORED:-true}"
@@ -84,7 +84,7 @@ services:
8484

8585
cl-teku:
8686
profiles: [cl-teku]
87-
image: consensys/teku:${VC_VERSION:-26.7.1}
87+
image: consensys/teku:${VC_VERSION:-26.8.0}
8888
restart: unless-stopped
8989
labels:
9090
- "alloy-monitored=${CL_TEKU_ALLOY_MONITORED:-true}"
@@ -118,7 +118,7 @@ services:
118118

119119
cl-lodestar:
120120
profiles: [cl-lodestar]
121-
image: chainsafe/lodestar:${VC_VERSION:-v1.45.0}
121+
image: chainsafe/lodestar:${VC_VERSION:-v1.46.0}
122122
restart: unless-stopped
123123
labels:
124124
- "alloy-monitored=${CL_LODESTAR_ALLOY_MONITORED:-true}"

compose-debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
image: bitnamilegacy/node-exporter:${NODE_EXPORTER_VERSION:-1.9.1}
2323

2424
tempo:
25-
image: grafana/tempo:${TEMPO_VERSION:-2.10.7}
25+
image: grafana/tempo:${TEMPO_VERSION:-2.10.8}
2626
user: ":"
2727
command: -config.file=/etc/tempo/tempo.yaml
2828
volumes:
@@ -31,7 +31,7 @@ services:
3131
restart: unless-stopped
3232

3333
loki:
34-
image: grafana/loki:${LOKI_VERSION:-3.7.4}
34+
image: grafana/loki:${LOKI_VERSION:-3.7.6}
3535
user: ":"
3636
command: -config.file=/etc/loki/loki.yml
3737
volumes:

compose-el.yml

Lines changed: 2 additions & 2 deletions
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.39.2}
14+
image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.39.3}
1515
restart: unless-stopped
1616
ports:
1717
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP
@@ -49,7 +49,7 @@ services:
4949

5050
el-reth:
5151
profiles: [el-reth]
52-
image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v2.4.1}
52+
image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v2.5.1}
5353
restart: unless-stopped
5454
ports:
5555
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP

compose-mev.yml

Lines changed: 1 addition & 1 deletion
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.9.6}
14+
image: ghcr.io/commit-boost/pbs:${MEV_COMMITBOOST_VERSION:-v0.10.0}
1515
environment:
1616
- CB_CONFIG=/etc/commit-boost/config.toml
1717
- CB_METRICS_PORT=10001

compose-monitoring.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
services:
66
prometheus:
77
profiles: [monitoring-metrics]
8-
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.13.2}
8+
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.14.0}
99
user: ":"
1010
networks: [dvnode]
1111
environment:
@@ -22,7 +22,7 @@ services:
2222

2323
grafana:
2424
profiles: [monitoring-visualization]
25-
image: grafana/grafana:${GRAFANA_VERSION:-13.1.1}
25+
image: grafana/grafana:${GRAFANA_VERSION:-13.2.0}
2626
user: ":"
2727
ports:
2828
- ${MONITORING_IP_GRAFANA:-0.0.0.0}:${MONITORING_PORT_GRAFANA:-3000}:3000
@@ -37,7 +37,7 @@ services:
3737

3838
loki:
3939
profiles: [monitoring-log-aggregator]
40-
image: grafana/loki:${LOKI_VERSION:-3.7.4}
40+
image: grafana/loki:${LOKI_VERSION:-3.7.6}
4141
user: ":"
4242
networks: [dvnode]
4343
command: -config.file=/etc/loki/loki.yml
@@ -48,7 +48,7 @@ services:
4848

4949
alloy:
5050
profiles: [monitoring-log-collector]
51-
image: grafana/alloy:${ALLOY_VERSION:-v1.18.0}
51+
image: grafana/alloy:${ALLOY_VERSION:-v1.19.0}
5252
environment:
5353
CHARON_LOKI_ADDRESSES: ${CHARON_LOKI_ADDRESSES:-}
5454
CLUSTER_NAME: ${CLUSTER_NAME:-}

compose-vc.yml

Lines changed: 2 additions & 2 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.45.0}
14+
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.46.0}
1515
depends_on: [charon]
1616
entrypoint: /opt/lodestar/run.sh
1717
networks: [dvnode]
@@ -85,7 +85,7 @@ services:
8585

8686
vc-teku:
8787
profiles: [vc-teku]
88-
image: consensys/teku:${VC_TEKU_VERSION:-26.7.1}
88+
image: consensys/teku:${VC_TEKU_VERSION:-26.8.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.39.2}
13+
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.39.3}
1414
profiles: [""]
1515
restart: unless-stopped
1616
ports:
@@ -48,7 +48,7 @@ services:
4848
# |___/
4949

5050
lighthouse:
51-
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.2.1}
51+
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.2.2}
5252
profiles: [""]
5353
ports:
5454
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP
@@ -86,7 +86,7 @@ services:
8686
# \___|_| |_|\__,_|_| \___/|_| |_|
8787

8888
charon:
89-
image: obolnetwork/charon:${CHARON_VERSION:-v1.10.3}
89+
image: obolnetwork/charon:${CHARON_VERSION:-v1.11.0}
9090
environment:
9191
- CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://lighthouse:5052}
9292
- CHARON_BEACON_NODE_HEADERS=${CHARON_BEACON_NODE_HEADERS:-}
@@ -128,7 +128,7 @@ services:
128128
# |_|\___/ \__,_|\___||___/\__\__,_|_|
129129

130130
lodestar:
131-
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.45.0}
131+
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.46.0}
132132
profiles: [""]
133133
depends_on: [charon]
134134
entrypoint: /opt/lodestar/run.sh
@@ -181,7 +181,7 @@ services:
181181
# |___/
182182

183183
prometheus:
184-
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.13.2}
184+
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.14.0}
185185
profiles: [""]
186186
user: ":"
187187
networks: [dvnode]
@@ -198,7 +198,7 @@ services:
198198
restart: unless-stopped
199199

200200
grafana:
201-
image: grafana/grafana:${GRAFANA_VERSION:-13.1.1}
201+
image: grafana/grafana:${GRAFANA_VERSION:-13.2.0}
202202
profiles: [""]
203203
user: ":"
204204
ports:
@@ -213,7 +213,7 @@ services:
213213
restart: unless-stopped
214214

215215
loki:
216-
image: grafana/loki:${LOKI_VERSION:-3.7.4}
216+
image: grafana/loki:${LOKI_VERSION:-3.7.6}
217217
profiles: [""]
218218
user: ":"
219219
networks: [dvnode]

relay/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
#
77
relay:
88
# Pegged charon version (update this for each release).
9-
image: obolnetwork/charon:${CHARON_VERSION:-v1.10.3}
9+
image: obolnetwork/charon:${CHARON_VERSION:-v1.11.0}
1010
environment:
1111
CHARON_P2P_TCP_ADDRESS: 0.0.0.0:3610
1212
CHARON_HTTP_ADDRESS: 0.0.0.0:3640

0 commit comments

Comments
 (0)