File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ services:
1212
1313 cl-grandine :
1414 profiles : [cl-grandine]
15- image : sifrai/grandine:${GRANDINE_VERSION:-v2 .0.0}
15+ image : sifrai/grandine:${GRANDINE_VERSION:-2 .0.0}
1616 restart : unless-stopped
1717 labels :
1818 - " promtail-monitored=${CL_GRANDINE_PROMTAIL_MONITORED:-true}"
@@ -45,7 +45,7 @@ services:
4545
4646 cl-lighthouse :
4747 profiles : [cl-lighthouse]
48- image : sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0 }
48+ image : sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.1 }
4949 restart : unless-stopped
5050 labels :
5151 - " promtail-monitored=${CL_LIGHTHOUSE_PROMTAIL_MONITORED:-true}"
@@ -67,7 +67,8 @@ services:
6767 --metrics-allow-origin="*"
6868 --suggested-fee-recipient=${LIDO_EXECUTION_LAYER_REWARDS_ADDRESS:-0x388C818CA8B9251b393131C08a736A67ccB19297}
6969 ports :
70- - ${CL_PORT_P2P:-9000}:9000 # P2P TCP+UDP
70+ - ${CL_PORT_P2P:-9000}:9000/tcp # P2P TCP
71+ - ${CL_PORT_P2P:-9000}:9000/udp # P2P UDP
7172 volumes :
7273 - ./data/lighthouse:/opt/app/beacon # Keep data in lighthouse and not cl-lighthouse for backwards compatibility
7374 - ./jwt:/opt/jwt
@@ -81,7 +82,7 @@ services:
8182
8283 cl-teku :
8384 profiles : [cl-teku]
84- image : consensys/teku:${VC_VERSION:-25.11.0 }
85+ image : consensys/teku:${VC_VERSION:-25.11.1 }
8586 restart : unless-stopped
8687 labels :
8788 - " promtail-monitored=${CL_TEKU_PROMTAIL_MONITORED:-true}"
You can’t perform that action at this time.
0 commit comments