@@ -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]
0 commit comments