diff --git a/boot/Dockerfile b/boot/Dockerfile index bf422b3..ca7d8c8 100644 --- a/boot/Dockerfile +++ b/boot/Dockerfile @@ -4,7 +4,7 @@ # under /boot/ for os-image builds to COPY --from. Built per-platform on # native runners (a kernel build under QEMU emulation takes hours). -FROM debian:bookworm-slim@sha256:abd67ffcfa541b485a3dff59865ab629aa048a6c613e639d36e7456b0b229241 AS kbuild +FROM debian:bookworm-slim@sha256:88200866dfff7ea7f5cbcb6ec7c8a701889efe6fe859fe64d6990e4b07ea4171 AS kbuild RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential bc bison flex libelf-dev libssl-dev \ xz-utils curl ca-certificates python3 \