update op stack

This commit is contained in:
Sebastian
2024-05-25 13:35:39 +02:00
parent eab8289c77
commit 7d7ce9549e

View File

@@ -19,7 +19,7 @@ FROM golang:1.21 as geth
WORKDIR /app WORKDIR /app
ARG GETH_REPO=https://github.com/ethereum-optimism/op-geth.git ARG GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
ARG GETH_VERSION= v1.101315.1 ARG GETH_VERSION=v1.101315.1
# avoid depth=1, so the geth build can read tags # avoid depth=1, so the geth build can read tags
RUN git clone $GETH_REPO --branch $GETH_VERSION --single-branch . && \ RUN git clone $GETH_REPO --branch $GETH_VERSION --single-branch . && \