From 8087b7d12cc9adc68db32f31da17eb308a08d175 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 4 Oct 2025 09:45:27 +0200 Subject: [PATCH] Update QEMU base image to v7.21 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c23ef18..49e8c8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG VERSION_ARG="latest" FROM scratch AS build-amd64 -COPY --from=qemux/qemu:7.20 / / +COPY --from=qemux/qemu:7.21 / / ARG TARGETARCH ARG DEBCONF_NOWARNINGS="yes"