update build target

mine
derailed 2020-02-10 18:01:59 -07:00
parent e09d61f10d
commit 54582b9274
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ NAME := k9s
PACKAGE := github.com/derailed/$(NAME)
GIT := $(shell git rev-parse --short HEAD)
DATE := $(shell date +%FT%T%Z)
VERSION := v0.12.0
VERSION ?= v0.14.0
IMG_NAME := derailed/k9s
IMAGE := ${IMG_NAME}:${VERSION}