From 3bd8dc8c3b3c4df5c5f6978ecd4e29972a95cfc4 Mon Sep 17 00:00:00 2001 From: Michael de Hoog Date: Thu, 5 Oct 2023 09:22:30 -1000 Subject: [PATCH] Bump op-node to v1.1.4 (#120) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9ae0abc..2a0a799 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,9 @@ FROM golang:1.19 as op WORKDIR /app ENV REPO=https://github.com/ethereum-optimism/optimism.git -ENV VERSION=v1.1.3 +ENV VERSION=v1.1.4 # for verification: -ENV COMMIT=896d83caab6a28f697e21ec1618e487070a0c396 +ENV COMMIT=5877ee24cc9aaef5848c1372e0e196707fb336a0 RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \ git switch -c branch-$VERSION && \