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
10 changes: 5 additions & 5 deletions deploy/gnosis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ networks:
services:
oracle:
container_name: oracle_gnosis
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v3.1.0
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v3.3.0
restart: always
entrypoint: ["python"]
command: ["oracle/oracle/main.py"]
Expand All @@ -34,7 +34,7 @@ services:

keeper:
container_name: keeper_gnosis
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v3.1.0
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v3.3.0
restart: always
entrypoint: ["python"]
command: ["oracle/keeper/main.py"]
Expand Down Expand Up @@ -119,10 +119,10 @@ services:

nethermind:
container_name: nethermind_gnosis
image: nethermind/nethermind:1.20.1
image: nethermind/nethermind:1.25.4
restart: always
command:
- --config=xdai
- --config=gnosis
- --datadir=/data/nethermind
- --Sync.FastSync=true
- --JsonRpc.Enabled=true
Expand All @@ -148,7 +148,7 @@ services:

lighthouse:
container_name: lighthouse_gnosis
image: sigp/lighthouse:v4.3.0
image: sigp/lighthouse:v5.1.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.12.0
image: ethereum/client-go:v1.13.4
restart: always
command:
- --mainnet
Expand Down Expand Up @@ -151,7 +151,7 @@ services:

besu:
container_name: besu_mainnet
image: hyperledger/besu:23.4.4
image: hyperledger/besu:24.3.0
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:v4.0.7
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v5.0.1
restart: always
command:
- --datadir=/data
Expand All @@ -209,7 +209,7 @@ services:

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