File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ services:
115115
116116 cl-lodestar :
117117 profiles : [cl-lodestar]
118- image : chainsafe/lodestar:${VC_VERSION:-v1.37.0-rc.0 }
118+ image : chainsafe/lodestar:${VC_VERSION:-v1.37.0}
119119 restart : unless-stopped
120120 labels :
121121 - " 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-rc.0 }
14+ image : chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.37.0}
1515 depends_on : [charon]
1616 entrypoint : /opt/lodestar/run.sh
1717 networks : [dvnode]
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ services:
8585 # \___|_| |_|\__,_|_| \___/|_| |_|
8686
8787 charon :
88- image : obolnetwork/charon:${CHARON_VERSION:-v1.7.2-rc0 }
88+ image : obolnetwork/charon:${CHARON_VERSION:-v1.7.1 }
8989 environment :
9090 - CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://lighthouse:5052}
9191 - CHARON_BEACON_NODE_HEADERS=${CHARON_BEACON_NODE_HEADERS:-}
@@ -123,7 +123,7 @@ services:
123123 # |_|\___/ \__,_|\___||___/\__\__,_|_|
124124
125125 lodestar :
126- image : chainsafe/lodestar:${LODESTAR_VERSION:-v1.37.0-rc.0 }
126+ image : chainsafe/lodestar:${LODESTAR_VERSION:-v1.37.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