Bump golang from 1.22-alpine3.20 to 1.23-alpine3.20 (#2837)

Bumps golang from 1.22-alpine3.20 to 1.23-alpine3.20.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mine
dependabot[bot] 2024-08-26 10:44:12 -06:00 committed by GitHub
parent 61ea437574
commit ea27e8d002
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,7 +1,7 @@
# -----------------------------------------------------------------------------
# The base image for building the k9s binary
FROM golang:1.22-alpine3.20 AS build
FROM golang:1.23-alpine3.20 AS build
WORKDIR /k9s
COPY go.mod go.sum main.go Makefile ./