From 08fae14a98911bf88aca61af8791a3c6b4480e05 Mon Sep 17 00:00:00 2001 From: dpasiukevich Date: Mon, 19 Sep 2022 21:16:16 +0200 Subject: [PATCH] Update debian-base image for vuln fix in dnsmasq container --- images/dnsmasq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/dnsmasq/Makefile b/images/dnsmasq/Makefile index 12c0f8c7a..349dd68f1 100644 --- a/images/dnsmasq/Makefile +++ b/images/dnsmasq/Makefile @@ -28,8 +28,8 @@ OUTPUT_DIR := _output/$(ARCH) export DOCKER_CLI_EXPERIMENTAL=enabled # Multiarch image -# Uploaded: Jul 14, 2022, 10:24:42 PM -BASEIMAGE ?= gcr.io/distroless/base-debian11@sha256:a08c76433d484340bd97013b5d868edfba797fbf83dc82174ebd0768d12f491d +# Uploaded: Sep 19, 2022, 1:53:32 PM +BASEIMAGE ?= gcr.io/distroless/base-debian11@sha256:c06bf48fa67dab06db6027109d3d802aa5b7d213c86a9eabc4d83f806d18ce1c ifeq ($(ARCH),amd64) COMPILE_IMAGE := k8s.gcr.io/build-image/debian-base-$(ARCH):bullseye-v1.4.1 else ifeq ($(ARCH),arm)