diff --git a/erigon.yml b/erigon.yml index 6e2348ee..741e543e 100644 --- a/erigon.yml +++ b/erigon.yml @@ -52,7 +52,7 @@ services: - "traefik.http.routers.erigon-mainnet.middlewares=erigon-mainnet-stripprefix, ipwhitelist" lighthouse-mainnet: - image: sigp/lighthouse:latest-modern + image: sigp/lighthouse:v4.0.1-modern ports: - "18719:18719" - "18719:18719/udp" diff --git a/nethermind-mainnet.yml b/nethermind-mainnet.yml index c2f5d5f2..8af61bb2 100644 --- a/nethermind-mainnet.yml +++ b/nethermind-mainnet.yml @@ -60,7 +60,7 @@ services: lighthouse-mainnet: - image: sigp/lighthouse:latest-modern + image: sigp/lighthouse:v4.0.1-modern restart: unless-stopped networks: - chains