Kicbase: Bump debian:bookworm from 20260223 to 20260316

pull/22771/head
minikube-bot 2026-03-21 08:13:52 +00:00
parent d5796e6cc5
commit 9c018fe83f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
# this ARG needs to be global to use it in `FROM` & is updated for new versions of debian:bookworm-slim-*
ARG KICBASE_IMAGE="debian:bookworm-20260223-slim"
ARG KICBASE_IMAGE="debian:bookworm-20260316-slim"
# start from debin 12, this image is reasonably small as a starting point
# for a kubernetes node image, it doesn't contain much we don't need
FROM ${KICBASE_IMAGE} AS kicbase