build: Update QEMU base image to v7.48 (#1394)

This commit is contained in:
Kroese
2026-08-19 20:11:14 +02:00
committed by GitHub
parent 4660512f12
commit 47af1d07f4
+1 -1
View File
@@ -3,7 +3,7 @@
FROM qemux/qemu-host:2.06 AS host
FROM scratch
COPY --from=qemux/qemu:7.47 / /
COPY --from=qemux/qemu:7.48 / /
ARG VERSION_ARG="0.0"
ARG VERSION_CSTRUCT="4.7"