mine
derailed 2020-03-10 23:42:01 -06:00
parent 0942ef5906
commit 4c95932a02
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.17.5
VERSION ?= v0.17.6
IMG_NAME := derailed/k9s
IMAGE := ${IMG_NAME}:${VERSION}