File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ type RollupBoost struct {
2727func (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
6262func (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 {
265265func (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
719719func (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" ,
You can’t perform that action at this time.
0 commit comments