We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631d822 commit 7dba179Copy full SHA for 7dba179
1 file changed
shared/services/config/lighthouse-config.go
@@ -5,8 +5,8 @@ import (
5
)
6
7
const (
8
- lighthouseTagPortableTest string = "sigp/lighthouse:v7.0.0"
9
- lighthouseTagPortableProd string = "sigp/lighthouse:v7.0.0"
+ lighthouseTagPortableTest string = "sigp/lighthouse:v7.0.1"
+ lighthouseTagPortableProd string = "sigp/lighthouse:v7.0.1"
10
defaultLhMaxPeers uint16 = 100
11
12
0 commit comments