diff --git a/op/Dockerfile b/op/Dockerfile index 48c80e59..d8327fe3 100644 --- a/op/Dockerfile +++ b/op/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app ARG OP_REPO=https://github.com/ethereum-optimism/optimism.git ARG OP_VERSION=v1.9.4 -# for verification: +ARG OP_PATCH RUN git clone $OP_REPO --branch op-node/$OP_VERSION --single-branch . && \