Skip to content

Commit b8d2ffe

Browse files
authored
Bump to v1.7.0 (#175)
* Bump to v1.7.0 * Bump versions
1 parent cda0f5e commit b8d2ffe

5 files changed

Lines changed: 27 additions & 27 deletions

File tree

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}"
@@ -73,15 +73,15 @@ services:
7373
- ./jwt:/opt/jwt
7474
networks: [dvnode]
7575

76-
# _ _
77-
# | |_ ___| | ___ _
76+
# _ _
77+
# | |_ ___| | ___ _
7878
# | __/ _ \ |/ / | | |
7979
# | || __/ <| |_| |
8080
# \__\___|_|\_\\__,_|
8181

8282
cl-teku:
8383
profiles: [cl-teku]
84-
image: consensys/teku:${VC_VERSION:-25.7.1}
84+
image: consensys/teku:${VC_VERSION:-25.9.3}
8585
restart: unless-stopped
8686
labels:
8787
- "promtail-monitored=${CL_TEKU_PROMTAIL_MONITORED:-true}"
@@ -106,15 +106,15 @@ services:
106106
- ./jwt:/jwt:ro
107107
networks: [dvnode]
108108

109-
# _ _ _
110-
# | | ___ __| | ___ ___| |_ __ _ _ __
109+
# _ _ _
110+
# | | ___ __| | ___ ___| |_ __ _ _ __
111111
# | |/ _ \ / _` |/ _ \/ __| __/ _` | '__|
112-
# | | (_) | (_| | __/\__ \ || (_| | |
112+
# | | (_) | (_| | __/\__ \ || (_| | |
113113
# |_|\___/ \__,_|\___||___/\__\__,_|_|
114114

115115
cl-lodestar:
116116
profiles: [cl-lodestar]
117-
image: chainsafe/lodestar:${VC_VERSION:-v1.33.0}
117+
image: chainsafe/lodestar:${VC_VERSION:-v1.35.0}
118118
restart: unless-stopped
119119
labels:
120120
- "promtail-monitored=${CL_LODESTAR_PROMTAIL_MONITORED:-true}"
@@ -137,4 +137,4 @@ services:
137137
volumes:
138138
- ./data/cl-lodestar:/opt/lodestar/data
139139
- ./jwt:/jwt:ro
140-
networks: [dvnode]
140+
networks: [dvnode]

compose-el.yml

Lines changed: 6 additions & 6 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.33.0}
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
@@ -71,4 +71,4 @@ services:
7171
networks: [dvnode]
7272
volumes:
7373
- ./data/reth:/reth/data
74-
- ./jwt:/root/jwt
74+
- ./jwt:/root/jwt

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.0}
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}
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.2}
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.2}
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_HEADERS=${CHARON_BEACON_NODE_HEADERS:-}
@@ -123,7 +123,7 @@ services:
123123
# |_|\___/ \__,_|\___||___/\__\__,_|_|
124124

125125
lodestar:
126-
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.33.0}
126+
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.35.0}
127127
profiles: [""]
128128
depends_on: [charon]
129129
entrypoint: /opt/lodestar/run.sh
@@ -148,7 +148,7 @@ services:
148148
# |_| |_| |_|\___| \_/ |_.__/ \___/ \___/|___/\__|
149149

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

0 commit comments

Comments
 (0)