From c415429b3114130e69b0ad37ff885358fb613cda Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 18 Dec 2024 05:36:29 +0100 Subject: [PATCH] holocene update --- op/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/op/Dockerfile b/op/Dockerfile index 451e554a..6ff2c36f 100644 --- a/op/Dockerfile +++ b/op/Dockerfile @@ -3,7 +3,7 @@ FROM golang:1.22 as op WORKDIR /app ARG OP_REPO=https://github.com/ethereum-optimism/optimism.git -ARG OP_VERSION=v1.10.1 +ARG OP_VERSION=v1.10.2 ARG OP_PATCH @@ -28,7 +28,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.2 +ARG GETH_VERSION=v1.101411.4 # avoid depth=1, so the geth build can read tags RUN git clone $GETH_REPO --branch $GETH_VERSION --single-branch . && \