From 6e63a0670790a30d7c496fd2bd624adb97c025a3 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:40:12 +0100 Subject: [PATCH] fix --- op/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . && \