From 1d2943f56c47151ad46dfd46b09d8a6bbd2166c9 Mon Sep 17 00:00:00 2001 From: Roberto Bayardo Date: Mon, 18 Dec 2023 15:56:57 -0800 Subject: [PATCH] update op-node/batcher/proposer to 1.4.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 91a6a9f..182bd45 100644 --- a/Dockerfile +++ b/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.0 +ENV VERSION=v1.4.1 # for verification: -ENV COMMIT=eb0d89ddaa57e6335d92dfa379f6036847c5cc18 +ENV COMMIT=54a7dbf8aa9b982f9c6a54cbbe448be41c0b7bc7 RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \ git switch -c branch-$VERSION && \