Merge pull request #748 from alcohol/patch-1

Update VERSION value in Makefile
mine
Fernand Galiana 2020-06-02 03:57:00 -06:00 committed by GitHub
commit 3659681e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ PACKAGE := github.com/derailed/$(NAME)
GIT := $(shell git rev-parse --short HEAD)
SOURCE_DATE_EPOCH ?= $(shell date +%s)
DATE := $(shell date -u -d @${SOURCE_DATE_EPOCH} +%FT%T%Z)
VERSION ?= v0.19.7
VERSION ?= v0.20.2
IMG_NAME := derailed/k9s
IMAGE := ${IMG_NAME}:${VERSION}