From baf6be0be8c688d2ec0689da3b893afa47d4927d Mon Sep 17 00:00:00 2001 From: batphonghan Date: Wed, 28 Feb 2024 16:32:36 +0700 Subject: [PATCH] Update lighthouse --- shared/services/config/lighthouse-config.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 )