Skip to content

Commit 87b41a0

Browse files
committed
holocene release
1 parent 628be2a commit 87b41a0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

op-geth.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG OP_GETH_VERSION=v1.101408.0
1+
ARG OP_GETH_VERSION=v1.101411.3
22
FROM us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:${OP_GETH_VERSION}
33

44
RUN apk add --no-cache jq curl

op-node.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ARG OP_NODE_VERSION=v1.9.1
1+
ARG OP_NODE_VERSION=v1.10.1
22
FROM us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:${OP_NODE_VERSION}
33

44
RUN apk add --no-cache jq curl
55

66
COPY --chmod=755 op-node-entrypoint /opt/conduit/bin/op-node-entrypoint
7-
ENTRYPOINT ["/opt/conduit/bin/op-node-entrypoint"]
7+
ENTRYPOINT ["/opt/conduit/bin/op-node-entrypoint"]

0 commit comments

Comments
 (0)