From b0f73e37151ca394c2eeca8388e95676ed7fb495 Mon Sep 17 00:00:00 2001 From: Fornax <23104993+0xfornax@users.noreply.github.com> Date: Thu, 19 Dec 2024 21:11:34 -0300 Subject: [PATCH] lighthouse-v6.0.1 --- shared/services/config/lighthouse-config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/services/config/lighthouse-config.go b/shared/services/config/lighthouse-config.go index 7b323cac5..63aaf0fbb 100644 --- a/shared/services/config/lighthouse-config.go +++ b/shared/services/config/lighthouse-config.go @@ -5,8 +5,8 @@ import ( ) const ( - lighthouseTagPortableTest string = "sigp/lighthouse:v6.0.0" - lighthouseTagPortableProd string = "sigp/lighthouse:v6.0.0" + lighthouseTagPortableTest string = "sigp/lighthouse:v6.0.1" + lighthouseTagPortableProd string = "sigp/lighthouse:v6.0.1" defaultLhMaxPeers uint16 = 100 )