From cf9563a9605c65fc9d67dc8391d61bad89fc3295 Mon Sep 17 00:00:00 2001 From: Jingyuan Liang Date: Thu, 4 Aug 2022 18:51:28 +0000 Subject: [PATCH] Switch base image to k8s.gcr.io/build-image/distroless-iptables:v0.1.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6d9c128..0d7ce9c 100644 --- a/Makefile +++ b/Makefile @@ -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)