From de962973b8c67127e18a98b8b8a25407dfb5f5d7 Mon Sep 17 00:00:00 2001 From: Henri Devieux Date: Thu, 30 Jan 2025 09:07:33 -0500 Subject: [PATCH] Update op-geth to v1.101411.6 (#400) --- geth/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geth/Dockerfile b/geth/Dockerfile index 34e9922a..e162ef34 100644 --- a/geth/Dockerfile +++ b/geth/Dockerfile @@ -20,8 +20,8 @@ FROM golang:1.22 AS geth WORKDIR /app ENV REPO=https://github.com/ethereum-optimism/op-geth.git -ENV VERSION=v1.101411.4 -ENV COMMIT=efa05b1bf5c22a60745e638ad9d4adadfe3daba9 +ENV VERSION=v1.101411.6 +ENV COMMIT=50b3422b9ac682a8fa503c4f409339a9bff69717 RUN git clone $REPO --branch $VERSION --single-branch . && \ git switch -c branch-$VERSION && \ bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'