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