chore(deps): bump golang from 1.25.2-alpine3.21 to 1.25.4-alpine3.21 (#3673)

Bumps golang from 1.25.2-alpine3.21 to 1.25.4-alpine3.21.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.25.4-alpine3.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mine
dependabot[bot] 2025-11-10 16:27:21 -07:00 committed by GitHub
parent a13a8b5822
commit 750a2a089a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# The base image for building the k9s binary # The base image for building the k9s binary
FROM --platform=$BUILDPLATFORM golang:1.25.2-alpine3.21 AS build FROM --platform=$BUILDPLATFORM golang:1.25.4-alpine3.21 AS build
ARG TARGETOS ARG TARGETOS
ARG TARGETARCH ARG TARGETARCH