Skip to content

Commit 3a18d6b

Browse files
committed
dep updates
1 parent 54056f2 commit 3a18d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/components.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type RollupBoost struct {
2727
func (r *RollupBoost) Apply(manifest *Manifest) {
2828
service := manifest.NewService("rollup-boost").
2929
WithImage("docker.io/flashbots/rollup-boost").
30-
WithTag("v0.7.12-rc1").
30+
WithTag("v0.7.12").
3131
DependsOnHealthy(r.ELNode).
3232
WithArgs(
3333
"--rpc-host", "0.0.0.0",

0 commit comments

Comments
 (0)