chore(deps): bump golang from 1.24.1-alpine3.21 to 1.24.2-alpine3.21 (#3251)
Bumps golang from 1.24.1-alpine3.21 to 1.24.2-alpine3.21. --- updated-dependencies: - dependency-name: golang dependency-version: 1.24.2-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
parent
1f750d8223
commit
f856951f89
|
|
@ -1,7 +1,7 @@
|
|||
# -----------------------------------------------------------------------------
|
||||
# The base image for building the k9s binary
|
||||
|
||||
FROM golang:1.24.1-alpine3.21 AS build
|
||||
FROM golang:1.24.2-alpine3.21 AS build
|
||||
|
||||
WORKDIR /k9s
|
||||
COPY go.mod go.sum main.go Makefile ./
|
||||
|
|
|
|||
Loading…
Reference in New Issue