File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ type OpBatcher struct {
41
41
func (o * OpBatcher ) Run (service * service , ctx * ExContext ) {
42
42
service .
43
43
WithImage ("us-docker.pkg.dev/oplabs-tools-artifacts/images/op-batcher" ).
44
- WithTag ("v1.11 .1" ).
44
+ WithTag ("v1.12.0-rc .1" ).
45
45
WithEntrypoint ("op-batcher" ).
46
46
WithArgs (
47
47
"--l1-eth-rpc" , Connect (o .L1Node , "http" ),
@@ -68,7 +68,7 @@ type OpNode struct {
68
68
func (o * OpNode ) Run (service * service , ctx * ExContext ) {
69
69
service .
70
70
WithImage ("us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node" ).
71
- WithTag ("v1.11.0 " ).
71
+ WithTag ("v1.13.0-rc.1 " ).
72
72
WithEntrypoint ("op-node" ).
73
73
WithEnv ("A" , "B" ). // this is just a placeholder to make sure env works since we e2e test with the recipes
74
74
WithArgs (
@@ -135,7 +135,7 @@ func (o *OpGeth) Run(service *service, ctx *ExContext) {
135
135
136
136
service .
137
137
WithImage ("us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth" ).
138
- WithTag ("v1.101500.0 " ).
138
+ WithTag ("v1.101503.2-rc.5 " ).
139
139
WithEntrypoint ("/bin/sh" ).
140
140
WithArgs (
141
141
"-c" ,
You can’t perform that action at this time.
0 commit comments