Skip to content

Commit

Permalink
Merge pull request #158 from spowelljr/release013
Browse files Browse the repository at this point in the history
Release v0.1.3
  • Loading branch information
spowelljr authored Oct 10, 2024
2 parents aa62a01 + aade512 commit 9c3e22b
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.2
VERSION=v0.1.3
GOOS?=$(shell go env GOOS)
GOARCH?=$(shell go env GOARCH)
ARCH=$(if $(findstring amd64, $(GOARCH)),x86_64,$(GOARCH))
KO_VERSION=0.15.2
KO_VERSION=0.16.0
BASE_IMAGE?=gcr.io/distroless/static:nonroot

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

0 comments on commit 9c3e22b

Please sign in to comment.