We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a119f5f + 358ac5c commit 08a7a35Copy full SHA for 08a7a35
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