Skip to content

Commit

Permalink
Merge pull request #118 from spowelljr/bump012
Browse files Browse the repository at this point in the history
Release v0.1.2
  • Loading branch information
spowelljr committed Mar 14, 2024
2 parents 72b066e + 2c6f519 commit 8fcd862
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 8fcd862

Please sign in to comment.