From 00fc95a16a344856e218fa88f7ae607c3029536a Mon Sep 17 00:00:00 2001 From: acumino Date: Tue, 21 Feb 2023 14:30:52 +0530 Subject: [PATCH] Update debian image --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 417559ef3..eb297f707 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.2 +BASEIMAGE:=registry.k8s.io/build-image/debian-base:bullseye-v1.4.3 # Disable cgo by default to make the binary statically linked. CGO_ENABLED:=0