Skip to content

Commit 49950d3

Browse files
author
antares-sw
authored
Update clients (#168)
1 parent 1e1c7f0 commit 49950d3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

deploy/gnosis/docker-compose.yml

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

120120
nethermind:
121121
container_name: nethermind_gnosis
122-
image: nethermind/nethermind:1.25.4
122+
image: nethermind/nethermind:1.31.9
123123
restart: always
124124
command:
125125
- --config=gnosis
@@ -148,7 +148,7 @@ services:
148148

149149
lighthouse:
150150
container_name: lighthouse_gnosis
151-
image: sigp/lighthouse:v5.1.1
151+
image: sigp/lighthouse:v7.0.1
152152
restart: always
153153
command:
154154
- lighthouse

deploy/mainnet/docker-compose.yml

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

122122
geth:
123123
container_name: geth_mainnet
124-
image: ethereum/client-go:v1.13.4
124+
image: ethereum/client-go:v1.15.10
125125
restart: always
126126
command:
127127
- --mainnet
@@ -151,7 +151,7 @@ services:
151151

152152
besu:
153153
container_name: besu_mainnet
154-
image: hyperledger/besu:24.3.0
154+
image: hyperledger/besu:25.4.1
155155
restart: always
156156
command: >
157157
--network=mainnet
@@ -184,7 +184,7 @@ services:
184184

185185
prysm:
186186
container_name: prysm_mainnet
187-
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v5.0.1
187+
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v6.0.0
188188
restart: always
189189
command:
190190
- --datadir=/data
@@ -211,7 +211,7 @@ services:
211211

212212
lighthouse:
213213
container_name: lighthouse_mainnet
214-
image: sigp/lighthouse:v5.1.1
214+
image: sigp/lighthouse:v7.0.1
215215
restart: always
216216
command:
217217
- lighthouse

0 commit comments

Comments
 (0)