Skip to content

Commit 21c49e0

Browse files
Bump the docker-deps group across 4 directories with 1 update
Bumps the docker-deps group with 1 update in the /erigon directory: golang. Bumps the docker-deps group with 1 update in the /flashbots directory: golang. Bumps the docker-deps group with 1 update in the /geth directory: golang. Bumps the docker-deps group with 1 update in the /prysm directory: golang. Updates `golang` from 1.25-trixie to 1.26-trixie Updates `golang` from 1.25-alpine to 1.26-alpine Updates `golang` from 1.25-alpine to 1.26-alpine Updates `golang` from 1.25-trixie to 1.26-trixie --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-trixie dependency-type: direct:production dependency-group: docker-deps - dependency-name: golang dependency-version: 1.26-alpine dependency-type: direct:production dependency-group: docker-deps - dependency-name: golang dependency-version: 1.26-alpine dependency-type: direct:production dependency-group: docker-deps - dependency-name: golang dependency-version: 1.26-trixie dependency-type: direct:production dependency-group: docker-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68f12b8 commit 21c49e0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

erigon/Dockerfile.source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hadolint global ignore=DL3007,DL3008,DL3059,DL4006
22
# Build Erigon in a stock Go build container
3-
FROM golang:1.25-trixie AS builder
3+
FROM golang:1.26-trixie AS builder
44

55
# Unused, this is here to avoid build time complaints
66
ARG DOCKER_TAG

flashbots/Dockerfile.source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hadolint global ignore=DL3007,DL3008,DL3018,DL3059,DL4006
22
# Build in a stock Go build container
3-
FROM golang:1.25-alpine AS builder
3+
FROM golang:1.26-alpine AS builder
44

55
# Unused, this is here to avoid build time complaints
66
ARG DOCKER_TAG

geth/Dockerfile.source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hadolint global ignore=DL3007,DL3008,DL3018,DL3059,DL4006
22
# Build Geth in a stock Go build container
3-
FROM golang:1.25-alpine AS builder
3+
FROM golang:1.26-alpine AS builder
44

55
# Unused, this is here to avoid build time complaints
66
ARG DOCKER_TAG

prysm/Dockerfile.source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hadolint global ignore=DL3007,DL3008,DL3016,DL3059,DL4006
22
# Build Prysm in a stock Go build container
3-
FROM golang:1.25-trixie AS builder
3+
FROM golang:1.26-trixie AS builder
44

55
# Here only to avoid build-time errors
66
ARG DOCKER_TAG

0 commit comments

Comments
 (0)