From 2788f99765790a769358be9aa2bd55d2f429cd2a Mon Sep 17 00:00:00 2001 From: Sameer Date: Thu, 30 Jan 2025 18:21:40 +0100 Subject: [PATCH] Bump op-geth to v1.101411.6 (#58) --- geth/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geth/Dockerfile b/geth/Dockerfile index 41c5de96..7a942f17 100644 --- a/geth/Dockerfile +++ b/geth/Dockerfile @@ -18,8 +18,8 @@ FROM golang:1.22 AS geth WORKDIR /app ENV REPO=https://github.com/ethereum-optimism/op-geth.git -ENV VERSION=v1.101411.5 -ENV COMMIT=82acd5af46d4352203353399a465b3ce142ede24 +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" ]'