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

This commit is contained in:
Kroese
2026-09-02 20:51:49 +02:00
committed by GitHub
parent 489e3eda6f
commit 88c2d4673a
+1 -1
View File
@@ -2,7 +2,7 @@
FROM scratch
COPY --from=qemux/qemu:7.49 / /
COPY --from=qemux/qemu:7.50 / /
ARG VERSION_ARG="0.0"
ARG VERSION_CSTRUCT="4.7"