From 9bf6a91048c7531f9f3357429b1e3cf95eed0857 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 24 Oct 2024 05:51:51 +0200 Subject: [PATCH] update --- op/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/op/Dockerfile b/op/Dockerfile index 61a5ad8f..d61d3250 100644 --- a/op/Dockerfile +++ b/op/Dockerfile @@ -3,7 +3,7 @@ FROM golang:1.21 as op WORKDIR /app ARG OP_REPO=https://github.com/ethereum-optimism/optimism.git -ARG OP_VERSION=v1.9.1 +ARG OP_VERSION=v1.9.4 # for verification: @@ -19,7 +19,7 @@ FROM golang:1.21 as geth WORKDIR /app ARG GETH_REPO=https://github.com/ethereum-optimism/op-geth.git -ARG GETH_VERSION=v1.101408.0 +ARG GETH_VERSION=v1.101411.0 # avoid depth=1, so the geth build can read tags RUN git clone $GETH_REPO --branch $GETH_VERSION --single-branch . && \