build: Update QEMU base image to v7.46 (#1380)

This commit is contained in:
Kroese
2026-08-16 03:00:51 +02:00
committed by GitHub
parent e8ef357ed2
commit a77026eafb
+1 -1
View File
@@ -3,7 +3,7 @@
FROM qemux/qemu-host:2.06 AS host
FROM scratch
COPY --from=qemux/qemu:7.45 / /
COPY --from=qemux/qemu:7.46 / /
ARG VERSION_ARG="0.0"
ARG VERSION_CSTRUCT="4.7"