From b6602f5b25e3eaefffe29296203e51308cbc5d11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 16:03:21 +0000 Subject: [PATCH] CP-29639: Bump golang from 1.26.4-alpine to 1.26.5-alpine in /docker Bumps golang from 1.26.4-alpine to 1.26.5-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.5-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 085774d1..ec58f755 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.26.5-alpine AS base-tools ARG TARGETPLATFORM ARG TARGETOS TARGETARCH