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 @@ -112,7 +112,7 @@ services:
112112
113113 cl-lodestar :
114114 profiles : [cl-lodestar]
115- image : chainsafe/lodestar:${VC_VERSION:-v1.36 .0}
115+ image : chainsafe/lodestar:${VC_VERSION:-v1.37 .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.36 .0}
14+ image : chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.37 .0}
1515 depends_on : [charon]
1616 entrypoint : /opt/lodestar/run.sh
1717 networks : [dvnode]
@@ -36,10 +36,11 @@ services:
3636
3737 vc-nimbus :
3838 profiles : [vc-nimbus]
39+ image : " lido-nimbus-validator-client:${VC_NIMBUS_VERSION:-multiarch-v25.11.1}"
3940 build :
4041 context : nimbus
4142 args :
42- VERSION : ${VC_NIMBUS_VERSION:-multiarch-v25.11.0 }
43+ VERSION : ${VC_NIMBUS_VERSION:-multiarch-v25.11.1 }
4344 depends_on : [charon]
4445 networks : [dvnode]
4546 environment :
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ services:
4848 # |___/
4949
5050 lighthouse :
51- image : sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0 }
51+ image : sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.1 }
5252 profiles : [""]
5353 ports :
5454 - ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP
@@ -122,7 +122,7 @@ services:
122122 # |_|\___/ \__,_|\___||___/\__\__,_|_|
123123
124124 lodestar :
125- image : chainsafe/lodestar:${LODESTAR_VERSION:-v1.36 .0}
125+ image : chainsafe/lodestar:${LODESTAR_VERSION:-v1.37 .0}
126126 profiles : [""]
127127 depends_on : [charon]
128128 entrypoint : /opt/lodestar/run.sh
@@ -147,7 +147,7 @@ services:
147147 # |_| |_| |_|\___| \_/ |_.__/ \___/ \___/|___/\__|
148148
149149 mev-boost :
150- image : ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.10}
150+ image : ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.10.1 }
151151 profiles : [""]
152152 command : |
153153 -${NETWORK}
Original file line number Diff line number Diff line change @@ -49,6 +49,5 @@ echo "Imported all keys"
4949 --enable-beacon-rest-api \
5050 --beacon-rest-api-provider=" ${BEACON_NODE_ADDRESS} " \
5151 --beacon-rpc-provider=" ${BEACON_NODE_ADDRESS} " \
52- --beacon-rpc-gateway-provider=" ${BEACON_NODE_ADDRESS} " \
5352 --" ${NETWORK} " \
5453 --distributed
You can’t perform that action at this time.
0 commit comments