Update QEMU base image version to 7.50

This commit is contained in:
Kroese
2026-09-02 20:53:38 +02:00
committed by GitHub
parent d9d0b3a656
commit 01252ffe68
+1 -1
View File
@@ -3,7 +3,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.49 --exclude=usr/bin/qemu-system-x86_64 / /
COPY --from=qemux/qemu:7.50 --exclude=usr/bin/qemu-system-x86_64 / /
ARG TARGETARCH