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.
1 parent 72b066e commit 2c6f519Copy full SHA for 2c6f519
Makefile
@@ -1,9 +1,9 @@
1
REGISTRY?=gcr.io/k8s-minikube
2
-VERSION=v0.1.1
+VERSION=v0.1.2
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.15.1
+KO_VERSION=0.15.2
7
BASE_IMAGE?=gcr.io/distroless/static:nonroot
8
9
build: ## Build the gcp-auth-webhook binary
0 commit comments