This commit is contained in:
Sebastian
2024-12-08 07:30:51 +01:00
parent 488b729004
commit 3c56a0b8cb

View File

@@ -3,7 +3,7 @@ FROM golang:1.22 as op
WORKDIR /app WORKDIR /app
ARG OP_REPO=https://github.com/ethereum-optimism/optimism.git ARG OP_REPO=https://github.com/ethereum-optimism/optimism.git
ARG OP_VERSION=v1.9.4 ARG OP_VERSION=v1.10.10
ARG OP_PATCH ARG OP_PATCH
@@ -28,7 +28,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.0 ARG GETH_VERSION=v1.101411.2
# 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 . && \