Bump golang from 1.19.2-alpine3.16 to 1.19.5-alpine3.16 (#1915)

Bumps golang from 1.19.2-alpine3.16 to 1.19.5-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
dependabot[bot] 2023-01-22 10:28:12 -07:00 committed by GitHub
parent 8f382eb33e
commit 5aa750b266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# -----------------------------------------------------------------------------
# The base image for building the k9s binary
FROM golang:1.19.2-alpine3.16 AS build
FROM golang:1.19.5-alpine3.16 AS build
WORKDIR /k9s
COPY go.mod go.sum main.go Makefile ./