build: Update QEMU base image to v7.47 (#1392)

This commit is contained in:
Kroese
2026-08-18 05:14:00 +02:00
committed by GitHub
parent 604cad0207
commit 6d37a0426b
+1 -1
View File
@@ -3,7 +3,7 @@
FROM qemux/qemu-host:2.06 AS host
FROM scratch
COPY --from=qemux/qemu:7.46 / /
COPY --from=qemux/qemu:7.47 / /
ARG VERSION_ARG="0.0"
ARG VERSION_CSTRUCT="4.7"