Skip to content

Commit

Permalink
Use Go 1.23 for source builds (#1907)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Aug 14, 2024
1 parent 8da5f91 commit bc0df47
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion default.env
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion erigon/Dockerfile.source
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion flashbots/Dockerfile.source
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion geth/Dockerfile.source
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion prysm/Dockerfile.source
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bc0df47

Please sign in to comment.