Merge pull request #855 from acumino/patch-1

Update debian-base image
This commit is contained in:
Kubernetes Prow Robot
2024-02-03 20:00:39 -08:00
committed by GitHub

View File

@@ -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