From d5b26e80b5fdc24af90fd93c6a2c822c39f3006b Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 12 Apr 2023 10:12:52 +0200 Subject: [PATCH] update lighthouse too --- erigon.yml | 2 +- nethermind-mainnet.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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