From 3fcf2cf9442f7fff1054e2daa081ad3243e682cf Mon Sep 17 00:00:00 2001 From: Yorick Date: Wed, 14 Aug 2024 12:26:10 +0000 Subject: [PATCH] Use Go 1.23 for source builds --- default.env | 2 +- erigon/Dockerfile.source | 2 +- flashbots/Dockerfile.source | 2 +- geth/Dockerfile.source | 2 +- prysm/Dockerfile.source | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/default.env b/default.env index 94082ae2..5df787ca 100644 --- a/default.env +++ b/default.env @@ -163,7 +163,7 @@ MEV_NODE=http://mev-boost:18550 # You can set specific version targets and choose binary or compiled from source builds below, # via "Dockerfile.binary" or "Dockerfile.source" -# These settings are only migrated when running "./ethd update --keep-targets" +# These settings can be reset to defaults with "./ethd update --refresh-targets" # The default source build targets build from the latest github tag # Eth Docker updates its code to latest by default. diff --git a/erigon/Dockerfile.source b/erigon/Dockerfile.source index 87fbd92b..4abb9b64 100644 --- a/erigon/Dockerfile.source +++ b/erigon/Dockerfile.source @@ -1,5 +1,5 @@ # Build Erigon in a stock Go build container -FROM golang:1.22-alpine AS builder +FROM golang:1.23-alpine 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 5bce47be..653e596c 100644 --- a/flashbots/Dockerfile.source +++ b/flashbots/Dockerfile.source @@ -1,5 +1,5 @@ # Build in a stock Go build container -FROM golang:1.22-alpine AS builder +FROM golang:1.23-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 c9d96960..69f55a81 100644 --- a/geth/Dockerfile.source +++ b/geth/Dockerfile.source @@ -1,5 +1,5 @@ # Build Geth in a stock Go build container -FROM golang:1.22-alpine AS builder +FROM golang:1.23-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 41c05663..11ce138b 100644 --- a/prysm/Dockerfile.source +++ b/prysm/Dockerfile.source @@ -1,5 +1,5 @@ # Build Prysm in a stock Go build container -FROM golang:1.22-bookworm AS builder +FROM golang:1.23-bookworm AS builder # Here only to avoid build-time errors ARG DOCKER_TAG