mine
derailed 2021-05-03 23:40:40 -06:00
parent 739f495daa
commit 313e6c9749
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} +"%Y-%m-%dT%H:%M:%SZ")
VERSION ?= v0.24.8
VERSION ?= v0.24.9
IMG_NAME := derailed/k9s
IMAGE := ${IMG_NAME}:${VERSION}