Skip to content

Commit 481dbef

Browse files
authored
Bump versions (#372)
1 parent 4d92d0a commit 481dbef

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

compose-cl.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212

1313
cl-grandine:
1414
profiles: [cl-grandine]
15-
image: sifrai/grandine:${GRANDINE_VERSION:-v2.0.0.rc0}
15+
image: sifrai/grandine:${GRANDINE_VERSION:-v2.0.0.rc1}
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-rc.2}
48+
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0}
4949
restart: unless-stopped
5050
labels:
5151
- "promtail-monitored=${CL_LIGHTHOUSE_PROMTAIL_MONITORED:-true}"
@@ -80,7 +80,7 @@ services:
8080

8181
cl-teku:
8282
profiles: [cl-teku]
83-
image: consensys/teku:${VC_VERSION:-25.10.0}
83+
image: consensys/teku:${VC_VERSION:-25.11.0}
8484
restart: unless-stopped
8585
labels:
8686
- "promtail-monitored=${CL_TEKU_PROMTAIL_MONITORED:-true}"

compose-el.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.8.2}
51+
image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.8.3}
5252
restart: unless-stopped
5353
ports:
5454
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP

compose-vc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
build:
4040
context: nimbus
4141
args:
42-
VERSION: ${VC_NIMBUS_VERSION:-multiarch-v25.10.0}
42+
VERSION: ${VC_NIMBUS_VERSION:-multiarch-v25.11.0}
4343
depends_on: [charon]
4444
networks: [dvnode]
4545
environment:
@@ -85,7 +85,7 @@ services:
8585

8686
vc-teku:
8787
profiles: [vc-teku]
88-
image: consensys/teku:${VC_TEKU_VERSION:-25.10.0}
88+
image: consensys/teku:${VC_TEKU_VERSION:-25.11.0}
8989
command: |
9090
validator-client
9191
--beacon-node-api-endpoint "http://charon:3600"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ services:
4848
# |___/
4949

5050
lighthouse:
51-
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0-rc.2}
51+
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0}
5252
profiles: [""]
5353
ports:
5454
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP

0 commit comments

Comments
 (0)