From e2c323ff4375d6fd97b9575fb192fb0933561f9f Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 2 Oct 2025 11:42:40 +0200 Subject: [PATCH] build: Update QEMU base image to v7.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f28ad59..c23ef18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG VERSION_ARG="latest" FROM scratch AS build-amd64 -COPY --from=qemux/qemu:7.19 / / +COPY --from=qemux/qemu:7.20 / / ARG TARGETARCH ARG DEBCONF_NOWARNINGS="yes"