From b1a8bc42b7ff838e30b563523383124503bb97cc Mon Sep 17 00:00:00 2001 From: Nick Badger Date: Thu, 9 Aug 2018 14:20:47 +0100 Subject: [PATCH] Use tag latest for Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31685f9..ce22d41 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ GOPATH=$(shell pwd)/vendor:$(shell pwd) GOBIN=$(shell pwd)/bin GOFILES=$(wildcard *.go) GONAME=dex-k8s-authenticator -TAG=0.4.0 +TAG=latest all: build