Skip to content

Commit 8e1a29f

Browse files
authored
fix: align build image Go version with go.mod (#2812)
1 parent 2de726a commit 8e1a29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -----------------------------------------------------------------------------
22
# The base image for building the k9s binary
33

4-
FROM golang:1.21.5-alpine3.17 AS build
4+
FROM golang:1.22-alpine3.20 AS build
55

66
WORKDIR /k9s
77
COPY go.mod go.sum main.go Makefile ./

0 commit comments

Comments
 (0)