Merge pull request #810 from acumino/upg/img

Switch debian base image from bullseye to bookworm
This commit is contained in:
Kubernetes Prow Robot
2023-09-14 01:38:17 -07:00
committed by GitHub
+1 -1
View File
@@ -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