Skip to content

Commit 5c544c2

Browse files
committed
dep updates
1 parent 8ff29f6 commit 5c544c2

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
WithArgs(
3232
"--rpc-host", "0.0.0.0",
3333
"--rpc-port", `{{Port "authrpc" 8551}}`,

0 commit comments

Comments
 (0)