From 09166f85615df319b4e5ea73b51a0b224159cefd Mon Sep 17 00:00:00 2001 From: HoustonOla35 Date: Sat, 11 Oct 2025 23:31:21 +0800 Subject: [PATCH] chore: Align Go version --- geth/Dockerfile | 4 ++-- nethermind/Dockerfile | 2 +- reth/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/geth/Dockerfile b/geth/Dockerfile index a3421490..e9312e2f 100644 --- a/geth/Dockerfile +++ b/geth/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23 AS op +FROM golang:1.24 AS op RUN curl -sSfL 'https://just.systems/install.sh' | bash -s -- --to /usr/local/bin @@ -13,7 +13,7 @@ RUN . /tmp/versions.env && git clone $OP_NODE_REPO --branch $OP_NODE_TAG --singl RUN . /tmp/versions.env && cd op-node && \ make VERSION=$OP_NODE_TAG op-node -FROM golang:1.23 AS geth +FROM golang:1.24 AS geth WORKDIR /app diff --git a/nethermind/Dockerfile b/nethermind/Dockerfile index da771a92..729b9264 100644 --- a/nethermind/Dockerfile +++ b/nethermind/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23 AS op +FROM golang:1.24 AS op RUN curl -sSfL 'https://just.systems/install.sh' | bash -s -- --to /usr/local/bin diff --git a/reth/Dockerfile b/reth/Dockerfile index a96511b7..ff54aab2 100644 --- a/reth/Dockerfile +++ b/reth/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23 AS op +FROM golang:1.24 AS op RUN curl -sSfL 'https://just.systems/install.sh' | bash -s -- --to /usr/local/bin