Skip to content

Commit 8fcd862

Browse files
authored
Merge pull request #118 from spowelljr/bump012
Release v0.1.2
2 parents 72b066e + 2c6f519 commit 8fcd862

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.1
2+
VERSION=v0.1.2
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.1
6+
KO_VERSION=0.15.2
77
BASE_IMAGE?=gcr.io/distroless/static:nonroot
88

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

0 commit comments

Comments
 (0)