File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ services:
1212
1313 cl-grandine :
1414 profiles : [cl-grandine]
15- image : sifrai/grandine:${GRANDINE_VERSION:-2.0.3 }
15+ image : sifrai/grandine:${GRANDINE_VERSION:-2.0.4 }
1616 restart : unless-stopped
1717 labels :
1818 - " alloy-monitored=${CL_GRANDINE_ALLOY_MONITORED:-true}"
@@ -84,7 +84,7 @@ services:
8484
8585 cl-teku :
8686 profiles : [cl-teku]
87- image : consensys/teku:${VC_VERSION:-26.3 .0}
87+ image : consensys/teku:${VC_VERSION:-26.4 .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.40.0 }
121+ image : chainsafe/lodestar:${VC_VERSION:-v1.41.1 }
122122 restart : unless-stopped
123123 labels :
124124 - " alloy-monitored=${CL_LODESTAR_ALLOY_MONITORED:-true}"
@@ -153,7 +153,7 @@ services:
153153
154154 cl-prysm :
155155 profiles : [cl-prysm]
156- image : prysmaticlabs/prysm-beacon-chain:${CL_PRYSM_VERSION:-v7.1.2 }
156+ image : prysmaticlabs/prysm-beacon-chain:${CL_PRYSM_VERSION:-v7.1.3 }
157157 restart : unless-stopped
158158 labels :
159159 - " alloy-monitored=${CL_PRYSM_ALLOY_MONITORED:-true}"
Original file line number Diff line number Diff 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.2 }
25+ image : grafana/tempo:${TEMPO_VERSION:-2.10.3 }
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.6.7 }
34+ image : grafana/loki:${LOKI_VERSION:-3.7.1 }
3535 user : " :"
3636 command : -config.file=/etc/loki/loki.yml
3737 volumes :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ services:
1111
1212 el-nethermind :
1313 profiles : [el-nethermind]
14- image : nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.36.1 }
14+ image : nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.36.2 }
1515 restart : unless-stopped
1616 ports :
1717 - ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP
Original file line number Diff line number Diff line change 55services :
66 prometheus :
77 profiles : [monitoring-metrics]
8- image : prom/prometheus:${PROMETHEUS_VERSION:-v3.10 .0}
8+ image : prom/prometheus:${PROMETHEUS_VERSION:-v3.11 .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:-12.4.1 }
25+ image : grafana/grafana:${GRAFANA_VERSION:-12.4.2 }
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.6.7 }
40+ image : grafana/loki:${LOKI_VERSION:-3.7.1 }
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.14 .0}
51+ image : grafana/alloy:${ALLOY_VERSION:-v1.15 .0}
5252 environment :
5353 CHARON_LOKI_ADDRESSES : ${CHARON_LOKI_ADDRESSES:-}
5454 CLUSTER_NAME : ${CLUSTER_NAME:-}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ services:
1111
1212 vc-lodestar :
1313 profiles : [vc-lodestar]
14- image : chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.40.0 }
14+ image : chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.41.1 }
1515 depends_on : [charon]
1616 entrypoint : /opt/lodestar/run.sh
1717 networks : [dvnode]
@@ -61,7 +61,7 @@ services:
6161
6262 vc-prysm :
6363 profiles : [vc-prysm]
64- image : offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v7.1.2 }
64+ image : offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v7.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:-26.3 .0}
88+ image : consensys/teku:${VC_TEKU_VERSION:-26.4 .0}
8989 command : |
9090 validator-client
9191 --beacon-node-api-endpoint "http://charon:3600"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010 # |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|
1111
1212 nethermind :
13- image : nethermind/nethermind:${NETHERMIND_VERSION:-1.36.1 }
13+ image : nethermind/nethermind:${NETHERMIND_VERSION:-1.36.2 }
1414 profiles : [""]
1515 restart : unless-stopped
1616 ports :
@@ -128,7 +128,7 @@ services:
128128 # |_|\___/ \__,_|\___||___/\__\__,_|_|
129129
130130 lodestar :
131- image : chainsafe/lodestar:${LODESTAR_VERSION:-v1.40.0 }
131+ image : chainsafe/lodestar:${LODESTAR_VERSION:-v1.41.1 }
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.10 .0}
184+ image : prom/prometheus:${PROMETHEUS_VERSION:-v3.11 .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:-12.4.1 }
201+ image : grafana/grafana:${GRAFANA_VERSION:-12.4.2 }
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.6.7 }
216+ image : grafana/loki:${LOKI_VERSION:-3.7.1 }
217217 profiles : [""]
218218 user : " :"
219219 networks : [dvnode]
You can’t perform that action at this time.
0 commit comments