Skip to content

Commit c521a70

Browse files
authored
Bump to v1.7.0 (#365)
1 parent a084ce3 commit c521a70

File tree

6 files changed

+26
-87
lines changed

6 files changed

+26
-87
lines changed

compose-cl.yml

Lines changed: 10 additions & 10 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:-1.1.2}
15+
image: sifrai/grandine:${GRANDINE_VERSION:-v2.0.0.rc0}
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:-v7.1.0}
48+
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0-rc.0}
4949
restart: unless-stopped
5050
labels:
5151
- "promtail-monitored=${CL_LIGHTHOUSE_PROMTAIL_MONITORED:-true}"
@@ -72,15 +72,15 @@ services:
7272
- ./jwt:/opt/jwt
7373
networks: [dvnode]
7474

75-
# _ _
76-
# | |_ ___| | ___ _
75+
# _ _
76+
# | |_ ___| | ___ _
7777
# | __/ _ \ |/ / | | |
7878
# | || __/ <| |_| |
7979
# \__\___|_|\_\\__,_|
8080

8181
cl-teku:
8282
profiles: [cl-teku]
83-
image: consensys/teku:${VC_VERSION:-25.7.1}
83+
image: consensys/teku:${VC_VERSION:-25.9.3}
8484
restart: unless-stopped
8585
labels:
8686
- "promtail-monitored=${CL_TEKU_PROMTAIL_MONITORED:-true}"
@@ -104,15 +104,15 @@ services:
104104
- ./jwt:/jwt:ro
105105
networks: [dvnode]
106106

107-
# _ _ _
108-
# | | ___ __| | ___ ___| |_ __ _ _ __
107+
# _ _ _
108+
# | | ___ __| | ___ ___| |_ __ _ _ __
109109
# | |/ _ \ / _` |/ _ \/ __| __/ _` | '__|
110-
# | | (_) | (_| | __/\__ \ || (_| | |
110+
# | | (_) | (_| | __/\__ \ || (_| | |
111111
# |_|\___/ \__,_|\___||___/\__\__,_|_|
112112

113113
cl-lodestar:
114114
profiles: [cl-lodestar]
115-
image: chainsafe/lodestar:${VC_VERSION:-v1.33.0}
115+
image: chainsafe/lodestar:${VC_VERSION:-v1.35.0-rc.0}
116116
restart: unless-stopped
117117
labels:
118118
- "promtail-monitored=${CL_LODESTAR_PROMTAIL_MONITORED:-true}"
@@ -134,4 +134,4 @@ services:
134134
volumes:
135135
- ./data/cl-lodestar:/opt/lodestar/data
136136
- ./jwt:/jwt:ro
137-
networks: [dvnode]
137+
networks: [dvnode]

compose-debug copy.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

compose-el.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111

1212
el-nethermind:
1313
profiles: [el-nethermind]
14-
image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.32.2}
14+
image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.34.1}
1515
restart: unless-stopped
1616
ports:
1717
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP
@@ -40,15 +40,15 @@ services:
4040
- ./data/nethermind:/nethermind/data
4141
- ./jwt:/root/jwt
4242

43-
# _ _
44-
# _ __ ___| |_| |__
45-
# | '__/ _ \ __| '_ \
43+
# _ _
44+
# _ __ ___| |_| |__
45+
# | '__/ _ \ __| '_ \
4646
# | | | __/ |_| | | |
4747
# |_| \___|\__|_| |_|
4848

4949
el-reth:
5050
profiles: [el-reth]
51-
image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.6.0}
51+
image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.8.2}
5252
restart: unless-stopped
5353
ports:
5454
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP

compose-mev.yml

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

1212
mev-commitboost:
1313
profiles: [mev-commitboost]
14-
image: ghcr.io/commit-boost/pbs:${MEV_COMMITBOOST_VERSION:-v0.8.1-rc.2}
14+
image: ghcr.io/commit-boost/pbs:${MEV_COMMITBOOST_VERSION:-v0.8.1-rc.4}
1515
environment:
1616
- CB_CONFIG=/etc/commit-boost/config.toml
1717
volumes:
@@ -29,7 +29,7 @@ services:
2929

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

compose-vc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111

1212
vc-lodestar:
1313
profiles: [vc-lodestar]
14-
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.33.0}
14+
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.35.0-rc.0}
1515
depends_on: [charon]
1616
entrypoint: /opt/lodestar/run.sh
1717
networks: [dvnode]
@@ -39,7 +39,7 @@ services:
3939
build:
4040
context: nimbus
4141
args:
42-
VERSION: ${VC_NIMBUS_VERSION:-multiarch-v25.7.1}
42+
VERSION: ${VC_NIMBUS_VERSION:-multiarch-v25.9.1}
4343
depends_on: [charon]
4444
networks: [dvnode]
4545
environment:
@@ -60,7 +60,7 @@ services:
6060

6161
vc-prysm:
6262
profiles: [vc-prysm]
63-
image: offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v6.0.4}
63+
image: offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v6.1.0}
6464
platform: "linux/amd64"
6565
depends_on: [charon]
6666
networks: [dvnode]
@@ -84,7 +84,7 @@ services:
8484

8585
vc-teku:
8686
profiles: [vc-teku]
87-
image: consensys/teku:${VC_TEKU_VERSION:-25.7.1}
87+
image: consensys/teku:${VC_TEKU_VERSION:-25.9.3}
8888
command: |
8989
validator-client
9090
--beacon-node-api-endpoint "http://charon:3600"

docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
# |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|
1111

1212
nethermind:
13-
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.33.0}
13+
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.34.1}
1414
profiles: [""]
1515
restart: unless-stopped
1616
ports:
@@ -48,7 +48,7 @@ services:
4848
# |___/
4949

5050
lighthouse:
51-
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v7.1.0}
51+
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0-rc.0}
5252
profiles: [""]
5353
ports:
5454
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP
@@ -85,7 +85,7 @@ services:
8585
# \___|_| |_|\__,_|_| \___/|_| |_|
8686

8787
charon:
88-
image: obolnetwork/charon:${CHARON_VERSION:-v1.6.1}
88+
image: obolnetwork/charon:${CHARON_VERSION:-v1.7.0}
8989
environment:
9090
- CHARON_BEACON_NODE_ENDPOINTS=${CHARON_BEACON_NODE_ENDPOINTS:-http://${CL:-lighthouse}:5052}
9191
- CHARON_BEACON_NODE_TIMEOUT=${CHARON_BEACON_NODE_TIMEOUT:-3s}
@@ -122,7 +122,7 @@ services:
122122
# |_|\___/ \__,_|\___||___/\__\__,_|_|
123123

124124
lodestar:
125-
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.33.0}
125+
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.35.0-rc.0}
126126
profiles: [""]
127127
depends_on: [charon]
128128
entrypoint: /opt/lodestar/run.sh
@@ -147,7 +147,7 @@ services:
147147
# |_| |_| |_|\___| \_/ |_.__/ \___/ \___/|___/\__|
148148

149149
mev-boost:
150-
image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.9}
150+
image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.10a5}
151151
profiles: [""]
152152
command: |
153153
-${NETWORK}

0 commit comments

Comments
 (0)