We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a061494 commit 358ac5cCopy full SHA for 358ac5c
Makefile
@@ -1,9 +1,9 @@
1
REGISTRY?=gcr.io/k8s-minikube
2
-VERSION=v0.0.14
+VERSION=v0.1.0
3
GOOS?=$(shell go env GOOS)
4
GOARCH?=$(shell go env GOARCH)
5
ARCH=$(if $(findstring amd64, $(GOARCH)),x86_64,$(GOARCH))
6
-KO_VERSION=0.12.0
+KO_VERSION=0.13.0
7
BASE_IMAGE?=gcr.io/distroless/static:nonroot
8
9
build: ## Build the gcp-auth-webhook binary
0 commit comments