build: Update QEMU base image to v7.30 (#1713)

This commit is contained in:
Kroese
2026-05-10 16:30:16 +02:00
committed by GitHub
parent 173f35d21b
commit 8d50472167
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.29 / /
COPY --from=qemux/qemu:7.30 / /
ARG TARGETARCH
ARG DEBCONF_NOWARNINGS="yes"