Fix reference to base image in Dockerfile (#1629)

mine
Bryan A. S 2022-06-29 10:54:29 -03:00 committed by GitHub
parent e60e0a74c2
commit 34bbedbf69
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.17-alpine3.16.0 AS build
FROM golang:1.17-alpine3.16 AS build
WORKDIR /k9s
COPY go.mod go.sum main.go Makefile ./