From 5498a93c2c4d52455a4857cc26a27ad42a38d406 Mon Sep 17 00:00:00 2001 From: Yorick Downe Date: Wed, 5 Aug 2026 13:17:36 +0100 Subject: [PATCH] Source builds use Go 1.27 --- erigon/Dockerfile.source | 2 +- flashbots/Dockerfile.source | 2 +- geth/Dockerfile.source | 2 +- prysm/Dockerfile.source | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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