From 7bfcfe58fa9bf881833ee93ddc01ec6ad7c256a0 Mon Sep 17 00:00:00 2001 From: Fornax <23104993+fornax2@users.noreply.github.com> Date: Mon, 17 Aug 2026 22:16:49 -0300 Subject: [PATCH] lighthouse:v8.2.2 --- 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 43d90d754..3f53a11fb 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:v8.2.1" - lighthouseTagPortableProd string = "sigp/lighthouse:v8.2.1" + lighthouseTagPortableTest string = "sigp/lighthouse:v8.2.2" + lighthouseTagPortableProd string = "sigp/lighthouse:v8.2.2" defaultLhMaxPeers uint16 = 100 )