Skip to content

Commit be58575

Browse files
authored
Merge pull request #1039 from rocket-pool/lighthouse-v8.1.2
lighthousev8.1.2
2 parents 38b6708 + 0a0c850 commit be58575

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.1.1"
9-
lighthouseTagPortableProd string = "sigp/lighthouse:v8.1.1"
8+
lighthouseTagPortableTest string = "sigp/lighthouse:v8.1.2"
9+
lighthouseTagPortableProd string = "sigp/lighthouse:v8.1.2"
1010
defaultLhMaxPeers uint16 = 100
1111
)
1212

0 commit comments

Comments
 (0)