From ec3b4b8008bb276465978251d56db4edccfc952e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 16:03:13 +0000 Subject: [PATCH] CP-29639: Bump golang from 1.26.4-alpine to 1.27rc2-alpine in /docker Bumps golang from 1.26.4-alpine to 1.27rc2-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.27rc2-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 085774d1..9f0b3fdf 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -14,7 +14,7 @@ ARG RELOADER_VERSION=v0.91.0 # 7. final: Minimal runtime image with compiled binaries # Stage 1: Base tools installation -FROM --platform=$BUILDPLATFORM golang:1.26.4-alpine AS base-tools +FROM --platform=$BUILDPLATFORM golang:1.27rc2-alpine AS base-tools ARG TARGETPLATFORM ARG TARGETOS TARGETARCH