From 45c3445b2ac29e6e18a64c911382073e66f50238 Mon Sep 17 00:00:00 2001 From: Sonu Kumar Singh Date: Thu, 1 Feb 2024 14:15:27 +0530 Subject: [PATCH] update debian-base image --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b329e7a1..298ba30a 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ ENABLE_JOURNALD=0 endif # Set default base image to Debian 12 (Bookworm) -BASEIMAGE:=registry.k8s.io/build-image/debian-base:bookworm-v1.0.0 +BASEIMAGE:=registry.k8s.io/build-image/debian-base:bookworm-v1.0.1 # Disable cgo by default to make the binary statically linked. CGO_ENABLED:=0