Skip to content

Commit ecc471b

Browse files
authored
fixed grandine bug & minor version bumps (#381)
fixed grandine bug & minor version bumps
1 parent ad3e032 commit ecc471b

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}
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}"
@@ -80,7 +80,7 @@ services:
8080

8181
cl-teku:
8282
profiles: [cl-teku]
83-
image: consensys/teku:${VC_VERSION:-25.11.0}
83+
image: consensys/teku:${VC_VERSION:-25.11.1}
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.9.0}
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

compose-mev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929

3030
mev-mevboost:
3131
profiles: [mev-mevboost]
32-
image: flashbots/mev-boost:${MEV_MEVBOOST_VERSION:-1.10}
32+
image: flashbots/mev-boost:${MEV_MEVBOOST_VERSION:-1.10.1}
3333
command: |
3434
-${NETWORK}
3535
-loglevel=debug

compose-vc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ services:
6161

6262
vc-prysm:
6363
profiles: [vc-prysm]
64-
image: offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v6.1.4}
64+
image: offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v7.0.0}
6565
platform: "linux/amd64"
6666
depends_on: [charon]
6767
networks: [dvnode]
@@ -85,7 +85,7 @@ services:
8585

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

0 commit comments

Comments
 (0)