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 aa62a01 commit aade512Copy full SHA for aade512
Makefile
@@ -1,9 +1,9 @@
1
REGISTRY?=gcr.io/k8s-minikube
2
-VERSION=v0.1.2
+VERSION=v0.1.3
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.2
+KO_VERSION=0.16.0
7
BASE_IMAGE?=gcr.io/distroless/static:nonroot
8
9
build: ## Build the gcp-auth-webhook binary
0 commit comments