diff --git a/Makefile b/Makefile index 15f5df73..a2da0ef3 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.2 # Where to push the docker images. REGISTRY ?= gcr.io/gke-release-staging diff --git a/scripts/Makefile b/scripts/Makefile index 70e3a8fa..b0fae270 100644 --- a/scripts/Makefile +++ b/scripts/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.2 # Where to push the docker images. REGISTRY ?= gcr.io/gke-release-staging