This commit is contained in:
Sebastian
2024-11-26 11:40:12 +01:00
parent 92c205d896
commit 6e63a06707

View File

@@ -4,7 +4,7 @@ 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.9.4
# for verification: ARG OP_PATCH
RUN git clone $OP_REPO --branch op-node/$OP_VERSION --single-branch . && \ RUN git clone $OP_REPO --branch op-node/$OP_VERSION --single-branch . && \