diff --git a/bsc.yml b/bsc.yml index 66419c07..58015813 100644 --- a/bsc.yml +++ b/bsc.yml @@ -3,7 +3,7 @@ version: '3.1' services: binance-smart-chain: - image: dysnix/bsc + image: dysnix/bsc:v1.1.8 expose: - "8545" - "8546" diff --git a/erigon.yml b/erigon.yml index 350bc07f..d0a96ec6 100644 --- a/erigon.yml +++ b/erigon.yml @@ -2,7 +2,7 @@ version: '3.1' services: erigon-trace: - image: thorax/erigon + image: thorax/erigon:v2022.02.04 expose: - "30303" - "30304" @@ -15,7 +15,7 @@ services: restart: unless-stopped rpcdaemon: - image: thorax/erigon:latest + image: thorax/erigon:v2022.02.04 command: rpcdaemon --datadir=/home/erigon/.local/share/erigon --private.api.addr=erigon-trace:9090 --txpool.api.addr=erigon-trace:9090 --http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --http.api=eth,erigon,web3,net,debug,trace,txpool --ws pid: service:erigon-trace # Use erigon's PID namespace. It's required to open Erigon's DB from another process (RPCDaemon local-mode) volumes: diff --git a/evmos.yml b/evmos.yml index f4c66307..1ae22214 100644 --- a/evmos.yml +++ b/evmos.yml @@ -1,9 +1,8 @@ version: '3.1' services: - evmos: - image: tharsishq/evmos:latest + image: tharsishq/evmos:v2.0.1 expose: - "8545" ports: diff --git a/geth-mainnet.yml b/geth-mainnet.yml index ea82722b..a8873614 100644 --- a/geth-mainnet.yml +++ b/geth-mainnet.yml @@ -2,7 +2,7 @@ version: '3.1' services: geth-mainnet: - image: ethereum/client-go:stable + image: ethereum/client-go:v1.10.16 expose: # HTTP server / GraphQL API - 8545 diff --git a/goerli.yml b/goerli.yml index 608b3a0f..c46e3fbf 100644 --- a/goerli.yml +++ b/goerli.yml @@ -2,7 +2,7 @@ version: '3.1' services: geth-goerli: - image: ethereum/client-go:latest + image: ethereum/client-go:v1.10.16 expose: - "8545" - "6060" diff --git a/rinkeby.yml b/rinkeby.yml index e28913d4..52311371 100644 --- a/rinkeby.yml +++ b/rinkeby.yml @@ -2,7 +2,7 @@ version: '3.1' services: geth-rinkeby: - image: ethereum/client-go:latest + image: ethereum/client-go:v1.10.16 expose: - "8545" - "6060" diff --git a/ropsten.yml b/ropsten.yml index 81d2c052..4537a16f 100644 --- a/ropsten.yml +++ b/ropsten.yml @@ -2,7 +2,7 @@ version: '3.1' services: geth-ropsten: - image: ethereum/client-go:latest + image: ethereum/client-go:v1.10.16 expose: - "8545" - "6060" diff --git a/xdai.yml b/xdai.yml index ad8cd0f0..b649f252 100644 --- a/xdai.yml +++ b/xdai.yml @@ -2,7 +2,7 @@ version: '3.1' services: xdai: - image: nethermind/nethermind:latest + image: nethermind/nethermind:1.12.5 expose: - "8545" - "40444"