[FIX] chg makefile version (#1624)

mine
CBC 2022-06-29 21:53:56 +08:00 committed by GitHub
parent 373fd4587b
commit e60e0a74c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ PACKAGE := github.com/derailed/$(NAME)
GIT_REV ?= $(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.25.19
VERSION ?= v0.25.20
IMG_NAME := derailed/k9s
IMAGE := ${IMG_NAME}:${VERSION}