Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion erigon/Dockerfile.source
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion flashbots/Dockerfile.source
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion geth/Dockerfile.source
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion prysm/Dockerfile.source
Original file line number Diff line number Diff line change
@@ -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
Expand Down