From 0ff3b0e3afcd319057cf7df80c510bcc65766234 Mon Sep 17 00:00:00 2001 From: Zaki Saad Date: Thu, 18 Apr 2024 19:22:14 +1000 Subject: [PATCH] Dencun readiness - pin Lighthouse image tag in base Docker Compose setup (#7066) Co-authored-by: Oliver Nordbjerg --- etc/lighthouse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/lighthouse.yml b/etc/lighthouse.yml index fc8f00f15d91..966e4454db5b 100644 --- a/etc/lighthouse.yml +++ b/etc/lighthouse.yml @@ -4,7 +4,7 @@ name: reth services: lighthouse: restart: unless-stopped - image: sigp/lighthouse + image: sigp/lighthouse:v5.1.3-modern depends_on: - reth ports: