From a543cdf5f37920d4e5df6bbd53088e3686cbedcb Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 6 Feb 2025 09:15:02 +0100 Subject: [PATCH] update --- op/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/op/Dockerfile b/op/Dockerfile index d16c70f2..03613ac0 100644 --- a/op/Dockerfile +++ b/op/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22 as op +FROM golang:1.24 as op WORKDIR /app @@ -24,7 +24,7 @@ RUN if [ -n "$OP_PATCH" ]; then \ RUN cd op-node && \ just op-node -FROM golang:1.22 as geth +FROM golang:1.24 as geth WORKDIR /app