From 8232798521aec500de43d65bd474658c4b21096b Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 6 Feb 2025 09:09:53 +0100 Subject: [PATCH] update --- op/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op/Dockerfile b/op/Dockerfile index ac620389..d16c70f2 100644 --- a/op/Dockerfile +++ b/op/Dockerfile @@ -29,7 +29,7 @@ FROM golang:1.22 as geth WORKDIR /app ARG GETH_REPO=https://github.com/ethereum-optimism/op-geth.git -ARG GETH_VERSION=v1.101411.5 +ARG GETH_VERSION=v1.101411.6 # avoid depth=1, so the geth build can read tags RUN git clone $GETH_REPO --branch $GETH_VERSION --single-branch . && \