File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ services:
114114
115115 cl-lodestar :
116116 profiles : [cl-lodestar]
117- image : chainsafe/lodestar:${VC_VERSION:-v1.35.0-rc.0 }
117+ image : chainsafe/lodestar:${VC_VERSION:-v1.35.0}
118118 restart : unless-stopped
119119 labels :
120120 - " 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.35.0-rc.0 }
14+ image : chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.35.0}
1515 depends_on : [charon]
1616 entrypoint : /opt/lodestar/run.sh
1717 networks : [dvnode]
@@ -39,7 +39,7 @@ services:
3939 build :
4040 context : nimbus
4141 args :
42- VERSION : ${VC_NIMBUS_VERSION:-multiarch-v25.9.1 }
42+ VERSION : ${VC_NIMBUS_VERSION:-multiarch-v25.9.2 }
4343 depends_on : [charon]
4444 networks : [dvnode]
4545 environment :
@@ -60,7 +60,7 @@ services:
6060
6161 vc-prysm :
6262 profiles : [vc-prysm]
63- image : offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v6.1.0 }
63+ image : offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v6.1.2 }
6464 platform : " linux/amd64"
6565 depends_on : [charon]
6666 networks : [dvnode]
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ services:
123123 # |_|\___/ \__,_|\___||___/\__\__,_|_|
124124
125125 lodestar :
126- image : chainsafe/lodestar:${LODESTAR_VERSION:-v1.35.0-rc.0 }
126+ image : chainsafe/lodestar:${LODESTAR_VERSION:-v1.35.0}
127127 profiles : [""]
128128 depends_on : [charon]
129129 entrypoint : /opt/lodestar/run.sh
You can’t perform that action at this time.
0 commit comments