diff --git a/deploy/gnosis/docker-compose.yml b/deploy/gnosis/docker-compose.yml index 40488ed..bd9522f 100644 --- a/deploy/gnosis/docker-compose.yml +++ b/deploy/gnosis/docker-compose.yml @@ -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 @@ -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 diff --git a/deploy/goerli/docker-compose.yml b/deploy/goerli/docker-compose.yml index fbc7f9a..f0857a5 100644 --- a/deploy/goerli/docker-compose.yml +++ b/deploy/goerli/docker-compose.yml @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/deploy/harbour_goerli/docker-compose.yml b/deploy/harbour_goerli/docker-compose.yml index 2fcc6bb..fec6851 100644 --- a/deploy/harbour_goerli/docker-compose.yml +++ b/deploy/harbour_goerli/docker-compose.yml @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/deploy/harbour_mainnet/docker-compose.yml b/deploy/harbour_mainnet/docker-compose.yml index 7aa253d..00347c4 100644 --- a/deploy/harbour_mainnet/docker-compose.yml +++ b/deploy/harbour_mainnet/docker-compose.yml @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/deploy/mainnet/docker-compose.yml b/deploy/mainnet/docker-compose.yml index 2e642d1..e197d2f 100644 --- a/deploy/mainnet/docker-compose.yml +++ b/deploy/mainnet/docker-compose.yml @@ -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 @@ -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 @@ -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 @@ -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