From ad4887659a34bfbc7a5e189b0206fd7ee139dd17 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 24 Oct 2024 06:15:50 +0200 Subject: [PATCH] update --- op/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/op/Dockerfile b/op/Dockerfile index d61d3250..cb0f08aa 100644 --- a/op/Dockerfile +++ b/op/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21 as op +FROM golang:1.22 as op WORKDIR /app @@ -27,7 +27,7 @@ RUN git clone $GETH_REPO --branch $GETH_VERSION --single-branch . && \ RUN go run build/ci.go install -static ./cmd/geth -FROM golang:1.21 +FROM golang:1.22 RUN apt-get update && \ apt-get install -y jq curl && \