This commit is contained in:
Sebastian
2025-02-06 09:09:53 +01:00
parent 8f7fd7f0a4
commit 8232798521

View File

@@ -29,7 +29,7 @@ FROM golang:1.22 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.101411.5 ARG GETH_VERSION=v1.101411.6
# 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 . && \