diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc46ed..1a06879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [0.1.8] + +* Use base image registry.k8s.io/build-image/distroless-iptables:v0.3.2 + ## [0.1.7] * Use go 1.20 builder image diff --git a/Makefile b/Makefile index 0f7d4dc..bec09c3 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ ifeq ($(INTERACTIVE), 1) endif # Use a distroless base image, based on debian-iptables: https://github.com/kubernetes/release/tree/master/images/build/distroless-iptables -BASE_IMAGE ?= registry.k8s.io/build-image/distroless-iptables:v0.2.4 +BASE_IMAGE ?= registry.k8s.io/build-image/distroless-iptables:v0.3.2 TAG := $(VERSION)__$(OS)_$(ARCH)