From 62bbb87955f2a738fd38dda8a925887af40f02c8 Mon Sep 17 00:00:00 2001 From: batphonghan Date: Mon, 11 Mar 2024 11:23:18 +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 ed325c78..a885c19a 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: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" + lighthouseTagPortableTest string = "sigp/lighthouse:v5.1.0" + lighthouseTagPortableProd string = "sigp/lighthouse:v5.1.0" + lighthouseTagModernTest string = "sigp/lighthouse:v5.1.0-modern" + lighthouseTagModernProd string = "sigp/lighthouse:v5.1.0-modern" defaultLhMaxPeers uint16 = 80 )