diff --git a/shared/services/config/lighthouse-config.go b/shared/services/config/lighthouse-config.go index 06b3321e..5a5b756e 100644 --- a/shared/services/config/lighthouse-config.go +++ b/shared/services/config/lighthouse-config.go @@ -25,10 +25,10 @@ import ( ) const ( - lighthouseTagPortableTest string = "sigp/lighthouse:v4.6.0" - lighthouseTagPortableProd string = "sigp/lighthouse:v4.6.0" - lighthouseTagModernTest string = "sigp/lighthouse:v4.6.0-modern" - lighthouseTagModernProd string = "sigp/lighthouse:v4.6.0-modern" + lighthouseTagPortableTest string = "sigp/lighthouse:v5.0.0" + lighthouseTagPortableProd string = "sigp/lighthouse:v5.0.0" + lighthouseTagModernTest string = "sigp/lighthouse:v5.0.0-modern" + lighthouseTagModernProd string = "sigp/lighthouse:v5.0.0-modern" defaultLhMaxPeers uint16 = 80 )