From 574b25418f9f73a3d346708e8e7eb87cc412d692 Mon Sep 17 00:00:00 2001 From: acumino Date: Wed, 13 Sep 2023 20:50:50 +0530 Subject: [PATCH] Swich debian base image from bullseye to bookworm --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 303675b7f..857c3a162 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ endif # The debian-base:v2.0.0 image built from kubernetes repository is based on # Debian Stretch. It includes systemd 241 with support for both +XZ and +LZ4 # compression. +LZ4 is needed on some os distros such as COS. -BASEIMAGE:=registry.k8s.io/build-image/debian-base:bullseye-v1.4.3 +BASEIMAGE:=registry.k8s.io/build-image/debian-base:bookworm-v1.0.0 # Disable cgo by default to make the binary statically linked. CGO_ENABLED:=0