Skip to content

Commit

Permalink
Merge pull request #810 from acumino/upg/img
Browse files Browse the repository at this point in the history
Switch debian base image from bullseye to bookworm
  • Loading branch information
k8s-ci-robot authored Sep 14, 2023
2 parents 1bcf025 + 574b254 commit d8e9d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8e9d55

Please sign in to comment.