Skip to content

Commit 5001619

Browse files
committed
lighthouse-v8.0.1
1 parent a539256 commit 5001619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/services/config/lighthouse-config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
)
66

77
const (
8-
lighthouseTagPortableTest string = "sigp/lighthouse:v8.0.0"
9-
lighthouseTagPortableProd string = "sigp/lighthouse:v8.0.0"
8+
lighthouseTagPortableTest string = "sigp/lighthouse:v8.0.1"
9+
lighthouseTagPortableProd string = "sigp/lighthouse:v8.0.1"
1010
defaultLhMaxPeers uint16 = 100
1111
)
1212

0 commit comments

Comments
 (0)