From b376e97feb17fe4ebf46828f2454cf4162bb5d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:53:19 +0000 Subject: [PATCH] chore: bump golang from 1.25-bookworm to 1.26-bookworm Bumps golang from 1.25-bookworm to 1.26-bookworm. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 11c88fa7d2..31990aaf88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG BUILDKIT_SBOM_SCAN_STAGE=builder,manager-build,collector-build,remover-build FROM --platform=$TARGETPLATFORM $TRIVY_BINARY_IMG AS trivy-binary # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.25-bookworm AS builder +FROM --platform=$BUILDPLATFORM golang:1.26-bookworm AS builder WORKDIR /workspace # Copy the Go Modules manifests COPY go.mod go.mod