diff --git a/Makefile b/Makefile index e62506a..42a7f31 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ ALL_PLATFORMS ?= linux/amd64 linux/arm linux/arm64 linux/ppc64le linux/s390x # The "FROM" part of the Dockerfile. This should be a manifest-list which # supports all of the platforms listed in ALL_PLATFORMS. -BASE_IMAGE ?= registry.k8s.io/build-image/distroless-iptables:v0.6.3 +BASE_IMAGE ?= registry.k8s.io/build-image/distroless-iptables:v0.6.4 # Where to push the docker images. REGISTRY ?= gcr.io/k8s-staging-networking