Fix reference to base image in Dockerfile (#1629)
parent
e60e0a74c2
commit
34bbedbf69
|
|
@ -1,7 +1,7 @@
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# The base image for building the k9s binary
|
# The base image for building the k9s binary
|
||||||
|
|
||||||
FROM golang:1.17-alpine3.16.0 AS build
|
FROM golang:1.17-alpine3.16 AS build
|
||||||
|
|
||||||
WORKDIR /k9s
|
WORKDIR /k9s
|
||||||
COPY go.mod go.sum main.go Makefile ./
|
COPY go.mod go.sum main.go Makefile ./
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue