We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de726a commit 8e1a29fCopy full SHA for 8e1a29f
Dockerfile
@@ -1,7 +1,7 @@
1
# -----------------------------------------------------------------------------
2
# The base image for building the k9s binary
3
4
-FROM golang:1.21.5-alpine3.17 AS build
+FROM golang:1.22-alpine3.20 AS build
5
6
WORKDIR /k9s
7
COPY go.mod go.sum main.go Makefile ./
0 commit comments