From 2bc376f8e8e187243ee80d4cceb1dd24bd4aa28d Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 24 Oct 2024 06:16:42 +0200 Subject: [PATCH] update --- op/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op/Dockerfile b/op/Dockerfile index cb0f08aa..f96045fd 100644 --- a/op/Dockerfile +++ b/op/Dockerfile @@ -14,7 +14,7 @@ RUN git clone $OP_REPO --branch op-node/$OP_VERSION --single-branch . && \ RUN cd op-node && \ make op-node -FROM golang:1.21 as geth +FROM golang:1.22 as geth WORKDIR /app