From 7901f5ee7b2fecf0e20ee8fd7cbfee150885b975 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:10:07 +0100 Subject: [PATCH] try to fix --- base/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/Dockerfile b/base/Dockerfile index 87245286..bdeb074a 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -3,9 +3,9 @@ FROM golang:1.20 as op WORKDIR /app ENV REPO=https://github.com/ethereum-optimism/optimism.git -ENV VERSION=v1.4.1 +ENV VERSION=v1.4.2 # for verification: -ENV COMMIT=54a7dbf8aa9b982f9c6a54cbbe448be41c0b7bc7 +ENV COMMIT=f2229b8b955e53408be0775a22d7f9f162b0de66 RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \ git switch -c branch-$VERSION && \