From cc0fd1accb29b846614b5f89c5ec18e1141466a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 11:39:10 -0700 Subject: [PATCH] chore(deps): bump golang from 1.25.4-alpine3.21 to 1.25.5-alpine3.21 (#3711) Bumps golang from 1.25.4-alpine3.21 to 1.25.5-alpine3.21. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.5-alpine3.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fernand Galiana --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df677d6d..a17bf6f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------------- # The base image for building the k9s binary -FROM --platform=$BUILDPLATFORM golang:1.25.4-alpine3.21 AS build +FROM --platform=$BUILDPLATFORM golang:1.25.5-alpine3.21 AS build ARG TARGETOS ARG TARGETARCH