File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ services:
8080
8181 cl-teku :
8282 profiles : [cl-teku]
83- image : consensys/teku:${VC_VERSION:-25.11.1 }
83+ image : consensys/teku:${VC_VERSION:-25.12.0 }
8484 restart : unless-stopped
8585 labels :
8686 - " promtail-monitored=${CL_TEKU_PROMTAIL_MONITORED:-true}"
@@ -112,7 +112,7 @@ services:
112112
113113 cl-lodestar :
114114 profiles : [cl-lodestar]
115- image : chainsafe/lodestar:${VC_VERSION:-v1.37 .0}
115+ image : chainsafe/lodestar:${VC_VERSION:-v1.38 .0}
116116 restart : unless-stopped
117117 labels :
118118 - " promtail-monitored=${CL_LODESTAR_PROMTAIL_MONITORED:-true}"
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.37 .0}
14+ image : chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.38 .0}
1515 depends_on : [charon]
1616 entrypoint : /opt/lodestar/run.sh
1717 networks : [dvnode]
@@ -62,7 +62,7 @@ services:
6262
6363 vc-prysm :
6464 profiles : [vc-prysm]
65- image : offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v7.0 .0}
65+ image : offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v7.1 .0}
6666 platform : " linux/amd64"
6767 depends_on : [charon]
6868 networks : [dvnode]
@@ -86,7 +86,7 @@ services:
8686
8787 vc-teku :
8888 profiles : [vc-teku]
89- image : consensys/teku:${VC_TEKU_VERSION:-25.11.1 }
89+ image : consensys/teku:${VC_TEKU_VERSION:-25.12.0 }
9090 command : |
9191 validator-client
9292 --beacon-node-api-endpoint "http://charon:3600"
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ services:
8484 # \___|_| |_|\__,_|_| \___/|_| |_|
8585
8686 charon :
87- image : obolnetwork/charon:${CHARON_VERSION:-v1.7.2 }
87+ image : obolnetwork/charon:${CHARON_VERSION:-v1.8.0 }
8888 environment :
8989 - CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://${CL:-lighthouse}:5052}
9090 - CHARON_BEACON_NODE_TIMEOUT=${CHARON_BEACON_NODE_TIMEOUT:-3s}
Original file line number Diff line number Diff 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.7.2 }
9+ image : obolnetwork/charon:${CHARON_VERSION:-v1.8.0 }
1010 environment :
1111 CHARON_P2P_TCP_ADDRESS : 0.0.0.0:3610
1212 CHARON_HTTP_ADDRESS : 0.0.0.0:3640
You can’t perform that action at this time.
0 commit comments