File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed 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:${CL_TEKU_VERSION:-26.3 .0}
87+ image : consensys/teku:${CL_TEKU_VERSION:-26.4 .0}
8888 restart : unless-stopped
8989 labels :
9090 - " alloy-monitored=${CL_TEKU_ALLOY_MONITORED:-true}"
@@ -120,7 +120,7 @@ services:
120120
121121 cl-lodestar :
122122 profiles : [cl-lodestar]
123- image : chainsafe/lodestar:${CL_LODESTAR_VERSION:-v1.40 .0}
123+ image : chainsafe/lodestar:${CL_LODESTAR_VERSION:-v1.42 .0}
124124 restart : unless-stopped
125125 labels :
126126 - " alloy-monitored=${CL_LODESTAR_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.4 }
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 @@ -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.42 .0}
1515 depends_on : [charon]
1616 entrypoint : /opt/lodestar/run.sh
1717 networks : [dvnode]
@@ -86,7 +86,7 @@ services:
8686
8787 vc-teku :
8888 profiles : [vc-teku]
89- image : consensys/teku:${VC_TEKU_VERSION:-26.3 .0}
89+ image : consensys/teku:${VC_TEKU_VERSION:-26.4 .0}
9090 command : |
9191 validator-client
9292 --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 :
@@ -126,7 +126,7 @@ services:
126126 # |_|\___/ \__,_|\___||___/\__\__,_|_|
127127
128128 lodestar :
129- image : chainsafe/lodestar:${LODESTAR_VERSION:-v1.40 .0}
129+ image : chainsafe/lodestar:${LODESTAR_VERSION:-v1.42 .0}
130130 profiles : [""]
131131 depends_on : [charon]
132132 entrypoint : /opt/lodestar/run.sh
@@ -172,7 +172,7 @@ services:
172172 # |___/
173173
174174 prometheus :
175- image : prom/prometheus:${PROMETHEUS_VERSION:-v3.10.0 }
175+ image : prom/prometheus:${PROMETHEUS_VERSION:-v3.11.2 }
176176 user : " :"
177177 networks : [dvnode]
178178 environment :
@@ -187,7 +187,7 @@ services:
187187 restart : unless-stopped
188188
189189 grafana :
190- image : grafana/grafana:${GRAFANA_VERSION:-12.4.1 }
190+ image : grafana/grafana:${GRAFANA_VERSION:-12.4.2 }
191191 user : " :"
192192 ports :
193193 - ${MONITORING_IP_GRAFANA:-0.0.0.0}:${MONITORING_PORT_GRAFANA:-3000}:3000
You can’t perform that action at this time.
0 commit comments