We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628be2a commit 87b41a0Copy full SHA for 87b41a0
2 files changed
op-geth.Dockerfile
@@ -1,4 +1,4 @@
1
-ARG OP_GETH_VERSION=v1.101408.0
+ARG OP_GETH_VERSION=v1.101411.3
2
FROM us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:${OP_GETH_VERSION}
3
4
RUN apk add --no-cache jq curl
op-node.Dockerfile
@@ -1,7 +1,7 @@
-ARG OP_NODE_VERSION=v1.9.1
+ARG OP_NODE_VERSION=v1.10.1
FROM us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:${OP_NODE_VERSION}
5
6
COPY --chmod=755 op-node-entrypoint /opt/conduit/bin/op-node-entrypoint
7
-ENTRYPOINT ["/opt/conduit/bin/op-node-entrypoint"]
+ENTRYPOINT ["/opt/conduit/bin/op-node-entrypoint"]
0 commit comments