chore(deps): bump golang from 1.24.5-alpine3.21 to 1.25.0-alpine3.21 (#3509)
Bumps golang from 1.24.5-alpine3.21 to 1.25.0-alpine3.21. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.0-alpine3.21 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>mine
parent
3a853dd321
commit
7451ac390a
|
|
@ -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.24.5-alpine3.21 AS build
|
FROM --platform=$BUILDPLATFORM golang:1.25.0-alpine3.21 AS build
|
||||||
|
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue