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 )