From 942779ea25cbc164ca84d0a21b3c52652e2189ad Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Fri, 2 Oct 2020 13:40:55 -0700 Subject: [PATCH] bump gcp-auth-webhook image version to v0.0.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fab64b4..bdb2791 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ REGISTRY?=gcr.io/k8s-minikube -VERSION=v0.0.3-snapshot +VERSION=v0.0.3 build: CGO_ENABLED=0 GOOS=linux go build -o out/gcp-auth-webhook -ldflags=$(PROVISIONER_LDFLAGS) server.go