From f6c2e9dc283eaf8c7eba54cfc9debaae402299e6 Mon Sep 17 00:00:00 2001 From: Roberto Bayardo Date: Mon, 11 Mar 2024 10:12:49 -0700 Subject: [PATCH] update op-node to v1.7.1 (#215) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 586e14a..5a96272 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,9 @@ FROM golang:1.21 as op WORKDIR /app ENV REPO=https://github.com/ethereum-optimism/optimism.git -ENV VERSION=v1.7.0 +ENV VERSION=v1.7.1 # for verification: -ENV COMMIT=f707883038d527cbf1e9f8ea513fe33255deadbc +ENV COMMIT=c87a469d7d679e8a4efbace56c3646b925bcc009 RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \ git switch -c branch-$VERSION && \