File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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:-v7.0.1 }
51+ image : sigp/lighthouse:${LIGHTHOUSE_VERSION:-v7.1.0 }
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.5.2 }
89+ image : obolnetwork/charon:${CHARON_VERSION:-v1.6.0 }
9090 environment :
9191 - CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://${CL:-lighthouse}:5052}
9292 - CHARON_BEACON_NODE_TIMEOUT=${CHARON_BEACON_NODE_TIMEOUT:-3s}
@@ -123,7 +123,7 @@ services:
123123 # |_|\___/ \__,_|\___||___/\__\__,_|_|
124124
125125 lodestar :
126- image : chainsafe/lodestar:${LODESTAR_VERSION:-v1.31 .0}
126+ image : chainsafe/lodestar:${LODESTAR_VERSION:-v1.33 .0}
127127 profiles : [""]
128128 depends_on : [charon]
129129 entrypoint : /opt/lodestar/run.sh
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.5.2 }
9+ image : obolnetwork/charon:${CHARON_VERSION:-v1.6.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