From a1a5d54528563eda3aed6ea0582d2a5a24134bde Mon Sep 17 00:00:00 2001 From: "konflux-staging[bot]" <124796549+konflux-staging[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 16:08:38 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.25 Signed-off-by: konflux-staging <124796549+konflux-staging[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.local | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 93dde4d..7a17242 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24-bookworm AS builder +FROM golang:1.25-bookworm AS builder # Build arguments ARG ENABLE_COVERAGE=false diff --git a/Dockerfile.local b/Dockerfile.local index 466a171..359394f 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -1,4 +1,4 @@ -FROM golang:1.24-bookworm AS builder +FROM golang:1.25-bookworm AS builder # Build argument to control coverage instrumentation # This Dockerfile uses a LOCAL copy of server/coverage_server.go