File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ services:
4848
4949 el-reth :
5050 profiles : [el-reth]
51- image : ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.9.2 }
51+ image : ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.9.3 }
5252 restart : unless-stopped
5353 ports :
5454 - ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ services:
8484
8585 vc-teku :
8686 profiles : [vc-teku]
87- image : consensys/teku:${VC_TEKU_VERSION:-25.11.0 }
87+ image : consensys/teku:${VC_TEKU_VERSION:-25.11.1 }
8888 command : |
8989 validator-client
9090 --beacon-node-api-endpoint "http://charon:3600"
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
You can’t perform that action at this time.
0 commit comments