Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions compose-cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:

cl-grandine:
profiles: [cl-grandine]
image: sifrai/grandine:${GRANDINE_VERSION:-v2.0.0.rc0}
image: sifrai/grandine:${GRANDINE_VERSION:-v2.0.0.rc1}
restart: unless-stopped
labels:
- "promtail-monitored=${CL_GRANDINE_PROMTAIL_MONITORED:-true}"
Expand Down Expand Up @@ -45,7 +45,7 @@ services:

cl-lighthouse:
profiles: [cl-lighthouse]
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0-rc.2}
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0}
restart: unless-stopped
labels:
- "promtail-monitored=${CL_LIGHTHOUSE_PROMTAIL_MONITORED:-true}"
Expand Down Expand Up @@ -80,7 +80,7 @@ services:

cl-teku:
profiles: [cl-teku]
image: consensys/teku:${VC_VERSION:-25.10.0}
image: consensys/teku:${VC_VERSION:-25.11.0}
restart: unless-stopped
labels:
- "promtail-monitored=${CL_TEKU_PROMTAIL_MONITORED:-true}"
Expand Down
2 changes: 1 addition & 1 deletion compose-el.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:

el-reth:
profiles: [el-reth]
image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.8.2}
image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.8.3}
restart: unless-stopped
ports:
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP
Expand Down
4 changes: 2 additions & 2 deletions compose-vc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
build:
context: nimbus
args:
VERSION: ${VC_NIMBUS_VERSION:-multiarch-v25.10.0}
VERSION: ${VC_NIMBUS_VERSION:-multiarch-v25.11.0}
depends_on: [charon]
networks: [dvnode]
environment:
Expand Down Expand Up @@ -85,7 +85,7 @@ services:

vc-teku:
profiles: [vc-teku]
image: consensys/teku:${VC_TEKU_VERSION:-25.10.0}
image: consensys/teku:${VC_TEKU_VERSION:-25.11.0}
command: |
validator-client
--beacon-node-api-endpoint "http://charon:3600"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
# |___/

lighthouse:
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0-rc.2}
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0}
profiles: [""]
ports:
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP
Expand Down