build: Update QEMU base image to v7.50 (#2208)

This commit is contained in:
Kroese
2026-09-02 20:51:27 +02:00
committed by GitHub
parent 220bdf5db1
commit d0a910707e
+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