From 030599e642cd349781edf9cf15cd433b83d574cf Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Mon, 13 May 2024 19:40:09 +0300 Subject: [PATCH] Update BASEIMAGE to debian-base:bookworm-v1.0.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5b85c31..8575fc5b 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ ENABLE_JOURNALD=0 endif # Set default base image to Debian 12 (Bookworm) -BASEIMAGE:=registry.k8s.io/build-image/debian-base:bookworm-v1.0.2 +BASEIMAGE:=registry.k8s.io/build-image/debian-base:bookworm-v1.0.3 # Disable cgo by default to make the binary statically linked. CGO_ENABLED:=0