Skip to content

Commit b32c1c5

Browse files
authored
Merge pull request #855 from acumino/patch-1
Update debian-base image
2 parents 84eb1e3 + 45c3445 commit b32c1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ENABLE_JOURNALD=0
7272
endif
7373

7474
# Set default base image to Debian 12 (Bookworm)
75-
BASEIMAGE:=registry.k8s.io/build-image/debian-base:bookworm-v1.0.0
75+
BASEIMAGE:=registry.k8s.io/build-image/debian-base:bookworm-v1.0.1
7676

7777
# Disable cgo by default to make the binary statically linked.
7878
CGO_ENABLED:=0

0 commit comments

Comments
 (0)