Bump golang from 1.19.0-alpine3.16 to 1.19.1-alpine3.16 (#1754)
Bumps golang from 1.19.0-alpine3.16 to 1.19.1-alpine3.16. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>mine
parent
7f9f3ce04c
commit
58152cbd4a
|
|
@ -1,7 +1,7 @@
|
|||
# -----------------------------------------------------------------------------
|
||||
# The base image for building the k9s binary
|
||||
|
||||
FROM golang:1.19.0-alpine3.16 AS build
|
||||
FROM golang:1.19.1-alpine3.16 AS build
|
||||
|
||||
WORKDIR /k9s
|
||||
COPY go.mod go.sum main.go Makefile ./
|
||||
|
|
|
|||
Loading…
Reference in New Issue