Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Mar 14, 2024
1 parent 72b066e commit 2c6f519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
REGISTRY?=gcr.io/k8s-minikube
VERSION=v0.1.1
VERSION=v0.1.2
GOOS?=$(shell go env GOOS)
GOARCH?=$(shell go env GOARCH)
ARCH=$(if $(findstring amd64, $(GOARCH)),x86_64,$(GOARCH))
KO_VERSION=0.15.1
KO_VERSION=0.15.2
BASE_IMAGE?=gcr.io/distroless/static:nonroot

build: ## Build the gcp-auth-webhook binary
Expand Down

0 comments on commit 2c6f519

Please sign in to comment.