We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6dbe19a + 00fc95a commit 948f634Copy full SHA for 948f634
Makefile
@@ -75,7 +75,7 @@ endif
75
# The debian-base:v2.0.0 image built from kubernetes repository is based on
76
# Debian Stretch. It includes systemd 241 with support for both +XZ and +LZ4
77
# compression. +LZ4 is needed on some os distros such as COS.
78
-BASEIMAGE:=registry.k8s.io/build-image/debian-base:bullseye-v1.4.2
+BASEIMAGE:=registry.k8s.io/build-image/debian-base:bullseye-v1.4.3
79
80
# Disable cgo by default to make the binary statically linked.
81
CGO_ENABLED:=0
0 commit comments