Skip to content

Commit

Permalink
Switch base image to k8s.gcr.io/build-image/distroless-iptables:v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyuanliang committed Aug 4, 2022
1 parent fadebd3 commit cf9563a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ HTTPS_PROXY ?=
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))

BASEIMAGE ?= k8s.gcr.io/build-image/debian-iptables:bullseye-v1.5.0
BASEIMAGE ?= k8s.gcr.io/build-image/distroless-iptables:v0.1.1

TAG := $(VERSION)__$(OS)_$(ARCH)

Expand Down

0 comments on commit cf9563a

Please sign in to comment.