From 397a5537c4370b52fba5c8e6d4989886e062bec2 Mon Sep 17 00:00:00 2001 From: Fornax <23104993+0xfornax@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:38:19 -0300 Subject: [PATCH] lighthouse-v6.0.0 --- 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 d21cc49c0..7b323cac5 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:v5.3.0" - lighthouseTagPortableProd string = "sigp/lighthouse:v5.3.0" + lighthouseTagPortableTest string = "sigp/lighthouse:v6.0.0" + lighthouseTagPortableProd string = "sigp/lighthouse:v6.0.0" defaultLhMaxPeers uint16 = 100 )