diff --git a/erigon/Dockerfile.source b/erigon/Dockerfile.source index 597723e26..8486245da 100644 --- a/erigon/Dockerfile.source +++ b/erigon/Dockerfile.source @@ -1,6 +1,6 @@ # hadolint global ignore=DL3007,DL3008,DL3059,DL4006 # Build Erigon in a stock Go build container -FROM golang:1.26-trixie AS builder +FROM golang:1.27-trixie AS builder # Unused, this is here to avoid build time complaints ARG DOCKER_TAG diff --git a/flashbots/Dockerfile.source b/flashbots/Dockerfile.source index f20454105..4e497edb0 100644 --- a/flashbots/Dockerfile.source +++ b/flashbots/Dockerfile.source @@ -1,6 +1,6 @@ # hadolint global ignore=DL3007,DL3008,DL3018,DL3059,DL4006 # Build in a stock Go build container -FROM golang:1.26-alpine AS builder +FROM golang:1.27-alpine AS builder # Unused, this is here to avoid build time complaints ARG DOCKER_TAG diff --git a/geth/Dockerfile.source b/geth/Dockerfile.source index ecf933356..60b7cfad1 100644 --- a/geth/Dockerfile.source +++ b/geth/Dockerfile.source @@ -1,6 +1,6 @@ # hadolint global ignore=DL3007,DL3008,DL3018,DL3059,DL4006 # Build Geth in a stock Go build container -FROM golang:1.26-alpine AS builder +FROM golang:1.27-alpine AS builder # Unused, this is here to avoid build time complaints ARG DOCKER_TAG diff --git a/prysm/Dockerfile.source b/prysm/Dockerfile.source index c45df26cf..1a263e7af 100644 --- a/prysm/Dockerfile.source +++ b/prysm/Dockerfile.source @@ -1,6 +1,6 @@ # hadolint global ignore=DL3007,DL3008,DL3016,DL3059,DL3066,DL4006 # Build Prysm in a stock Go build container -FROM golang:1.26-trixie AS builder +FROM golang:1.27-trixie AS builder # Here only to avoid build-time errors ARG DOCKER_TAG