Skip to content

Commit 52bb905

Browse files
authored
lighthouse 8.0.0-rc2 -> 8.1.0 (#380)
1 parent b0879dc commit 52bb905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playground/components.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ func (l *LighthouseBeaconNode) Apply(ctx *ExContext) *Component {
533533

534534
svc := component.NewService("beacon").
535535
WithImage("sigp/lighthouse").
536-
WithTag("v8.0.0-rc.2").
536+
WithTag("v8.1.0").
537537
WithEntrypoint("lighthouse").
538538
WithArgs(
539539
"bn",
@@ -587,7 +587,7 @@ func (l *LighthouseValidator) Apply(ctx *ExContext) *Component {
587587
// start validator client
588588
component.NewService("validator").
589589
WithImage("sigp/lighthouse").
590-
WithTag("v8.0.0-rc.2").
590+
WithTag("v8.1.0").
591591
WithEntrypoint("lighthouse").
592592
WithArgs(
593593
"vc",

0 commit comments

Comments
 (0)