Skip to content

Commit 9c3e22b

Browse files
authored
Merge pull request #158 from spowelljr/release013
Release v0.1.3
2 parents aa62a01 + aade512 commit 9c3e22b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
REGISTRY?=gcr.io/k8s-minikube
2-
VERSION=v0.1.2
2+
VERSION=v0.1.3
33
GOOS?=$(shell go env GOOS)
44
GOARCH?=$(shell go env GOARCH)
55
ARCH=$(if $(findstring amd64, $(GOARCH)),x86_64,$(GOARCH))
6-
KO_VERSION=0.15.2
6+
KO_VERSION=0.16.0
77
BASE_IMAGE?=gcr.io/distroless/static:nonroot
88

99
build: ## Build the gcp-auth-webhook binary

0 commit comments

Comments
 (0)