Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/gnosis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ services:

nethermind:
container_name: nethermind_gnosis
image: nethermind/nethermind:1.14.7
image: nethermind/nethermind:1.17.3
restart: always
command:
- --config=xdai
Expand Down Expand Up @@ -148,7 +148,7 @@ services:

lighthouse:
container_name: lighthouse_gnosis
image: sigp/lighthouse:v3.3.0
image: sigp/lighthouse:v4.0.1
restart: always
command:
- lighthouse
Expand Down
8 changes: 4 additions & 4 deletions deploy/goerli/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ services:

geth:
container_name: geth_goerli
image: ethereum/client-go:v1.10.26
image: ethereum/client-go:v1.11.5
restart: always
command:
- --goerli
Expand Down Expand Up @@ -151,7 +151,7 @@ services:

besu:
container_name: besu_goerli
image: hyperledger/besu:22.10.0
image: hyperledger/besu:23.1.2
restart: always
command: >
--network=goerli
Expand Down Expand Up @@ -184,7 +184,7 @@ services:

prysm:
container_name: prysm_goerli
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.1.2
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.2.2
restart: always
command:
- --goerli
Expand All @@ -211,7 +211,7 @@ services:

lighthouse:
container_name: lighthouse_goerli
image: sigp/lighthouse:v3.3.0
image: sigp/lighthouse:v4.0.1
restart: always
command:
- lighthouse
Expand Down
8 changes: 4 additions & 4 deletions deploy/harbour_goerli/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ services:

geth:
container_name: geth_harbour_goerli
image: ethereum/client-go:v1.10.26
image: ethereum/client-go:v1.11.5
restart: always
command:
- --goerli
Expand Down Expand Up @@ -151,7 +151,7 @@ services:

besu:
container_name: besu_harbour_goerli
image: hyperledger/besu:22.10.0
image: hyperledger/besu:23.1.2
restart: always
command: >
--network=goerli
Expand Down Expand Up @@ -184,7 +184,7 @@ services:

prysm:
container_name: prysm_harbour_goerli
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.1.2
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.2.2
restart: always
command:
- --prater
Expand All @@ -211,7 +211,7 @@ services:

lighthouse:
container_name: lighthouse_harbour_goerli
image: sigp/lighthouse:v3.3.0
image: sigp/lighthouse:v4.0.1
restart: always
command:
- lighthouse
Expand Down
8 changes: 4 additions & 4 deletions deploy/harbour_mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ services:

geth:
container_name: geth_harbour_mainnet
image: ethereum/client-go:v1.10.26
image: ethereum/client-go:v1.11.5
restart: always
command:
- --mainnet
Expand Down Expand Up @@ -151,7 +151,7 @@ services:

besu:
container_name: besu_harbour_mainnet
image: hyperledger/besu:22.10.0
image: hyperledger/besu:23.1.2
restart: always
command: >
--network=mainnet
Expand Down Expand Up @@ -184,7 +184,7 @@ services:

prysm:
container_name: prysm_harbour_mainnet
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.1.2
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.2.2
restart: always
command:
- --mainnet
Expand All @@ -210,7 +210,7 @@ services:

lighthouse:
container_name: lighthouse_harbour_mainnet
image: sigp/lighthouse:v3.3.0
image: sigp/lighthouse:v4.0.1
restart: always
command:
- lighthouse
Expand Down
8 changes: 4 additions & 4 deletions deploy/mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ services:

geth:
container_name: geth_mainnet
image: ethereum/client-go:v1.10.26
image: ethereum/client-go:v1.11.5
restart: always
command:
- --mainnet
Expand Down Expand Up @@ -151,7 +151,7 @@ services:

besu:
container_name: besu_mainnet
image: hyperledger/besu:22.10.0
image: hyperledger/besu:23.1.2
restart: always
command: >
--network=mainnet
Expand Down Expand Up @@ -184,7 +184,7 @@ services:

prysm:
container_name: prysm_mainnet
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.1.2
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.2.2
restart: always
command:
- --datadir=/data
Expand All @@ -209,7 +209,7 @@ services:

lighthouse:
container_name: lighthouse_mainnet
image: sigp/lighthouse:v3.3.0
image: sigp/lighthouse:v4.0.1
restart: always
command:
- lighthouse
Expand Down