We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0879dc commit 52bb905Copy full SHA for 52bb905
playground/components.go
@@ -533,7 +533,7 @@ func (l *LighthouseBeaconNode) Apply(ctx *ExContext) *Component {
533
534
svc := component.NewService("beacon").
535
WithImage("sigp/lighthouse").
536
- WithTag("v8.0.0-rc.2").
+ WithTag("v8.1.0").
537
WithEntrypoint("lighthouse").
538
WithArgs(
539
"bn",
@@ -587,7 +587,7 @@ func (l *LighthouseValidator) Apply(ctx *ExContext) *Component {
587
// start validator client
588
component.NewService("validator").
589
590
591
592
593
"vc",
0 commit comments