Skip to content

Commit aaa523d

Browse files
committed
dep updates
1 parent 528dd8b commit aaa523d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

playground/components.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type RollupBoost struct {
2727
func (r *RollupBoost) Run(service *Service, ctx *ExContext) {
2828
service.
2929
WithImage("docker.io/flashbots/rollup-boost").
30-
WithTag("v0.7.12").
30+
WithTag("v0.7.12-rc1").
3131
WithArgs(
3232
"--rpc-host", "0.0.0.0",
3333
"--rpc-port", `{{Port "authrpc" 8551}}`,
@@ -61,7 +61,7 @@ type OpRbuilder struct {
6161

6262
func (o *OpRbuilder) Run(service *Service, ctx *ExContext) {
6363
service.WithImage("ghcr.io/flashbots/op-rbuilder").
64-
WithTag("v0.2.12").
64+
WithTag("v0.2.13").
6565
WithArgs(
6666
"node",
6767
"--authrpc.port", `{{Port "authrpc" 8551}}`,
@@ -265,7 +265,7 @@ type OpNode struct {
265265
func (o *OpNode) Run(service *Service, ctx *ExContext) {
266266
service.
267267
WithImage("us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node").
268-
WithTag("v1.16.2").
268+
WithTag("v1.16.3").
269269
WithEntrypoint("op-node").
270270
WithEnv("A", "B"). // this is just a placeholder to make sure env works since we e2e test with the recipes
271271
WithArgs(
@@ -718,7 +718,7 @@ type OpReth struct {
718718

719719
func (o *OpReth) Run(service *Service, ctx *ExContext) {
720720
service.WithImage("ghcr.io/paradigmxyz/op-reth").
721-
WithTag("nightly").
721+
WithTag("v1.9.3").
722722
WithEntrypoint("op-reth").
723723
WithArgs(
724724
"node",

0 commit comments

Comments
 (0)