holocene update

This commit is contained in:
Sebastian
2024-12-18 05:36:29 +01:00
parent 99ad467449
commit c415429b31

View File

@@ -3,7 +3,7 @@ FROM golang:1.22 as op
WORKDIR /app
ARG OP_REPO=https://github.com/ethereum-optimism/optimism.git
ARG OP_VERSION=v1.10.1
ARG OP_VERSION=v1.10.2
ARG OP_PATCH
@@ -28,7 +28,7 @@ FROM golang:1.22 as geth
WORKDIR /app
ARG GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
ARG GETH_VERSION=v1.101411.2
ARG GETH_VERSION=v1.101411.4
# avoid depth=1, so the geth build can read tags
RUN git clone $GETH_REPO --branch $GETH_VERSION --single-branch . && \