File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
99 # | | | | __/ |_| | | | __/ | | | | | | | | | | | (_| |
1010 # |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|
1111 nethermind :
12- image : nethermind/nethermind:${NETHERMIND_VERSION:-1.31.6 }
12+ image : nethermind/nethermind:${NETHERMIND_VERSION:-1.31.8 }
1313 restart : unless-stopped
1414 ports :
1515 - ${NETHERMIND_PORT_P2P:-30303}:30303/tcp # P2P TCP
@@ -46,7 +46,7 @@ services:
4646 # |___/
4747
4848 lighthouse :
49- image : sigp/lighthouse:${LIGHTHOUSE_VERSION:-v6 .0.1 }
49+ image : sigp/lighthouse:${LIGHTHOUSE_VERSION:-v7 .0.0 }
5050 ports :
5151 - ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP
5252 - ${LIGHTHOUSE_PORT_P2P:-9000}:9000/udp # P2P UDP
@@ -117,7 +117,7 @@ services:
117117 # |_|\___/ \__,_|\___||___/\__\__,_|_|
118118
119119 lodestar :
120- image : chainsafe/lodestar:${LODESTAR_VERSION:-v1.28.1 }
120+ image : chainsafe/lodestar:${LODESTAR_VERSION:-v1.29.0 }
121121 depends_on : [charon]
122122 entrypoint : /opt/lodestar/run.sh
123123 networks : [dvnode]
You can’t perform that action at this time.
0 commit comments