From 74024da8a20b6f51965f58b1d9c2d7028cf62447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 16:44:11 +0000 Subject: [PATCH] CP-29639: Bump golang from 1.26.2-alpine to 1.26.3-alpine in /docker Bumps golang from 1.26.2-alpine to 1.26.3-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.3-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 72b62994..61b74b7d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -9,7 +9,7 @@ ARG DEPLOY_IMAGE=scratch # 6. final: Minimal runtime image with compiled binaries # Stage 1: Base tools installation -FROM --platform=$BUILDPLATFORM golang:1.26.2-alpine AS base-tools +FROM --platform=$BUILDPLATFORM golang:1.26.3-alpine AS base-tools ARG TARGETPLATFORM ARG TARGETOS TARGETARCH