build: Update QEMU base image to v7.49 (#1397)

This commit is contained in:
renovate[bot]
2026-08-23 21:01:47 +02:00
committed by GitHub
parent 401d990381
commit 20fa7018bc
+1 -1
View File
@@ -3,7 +3,7 @@
FROM qemux/qemu-host:2.06 AS host
FROM scratch
COPY --from=qemux/qemu:7.48 / /
COPY --from=qemux/qemu:7.49 / /
ARG VERSION_ARG="0.0"
ARG VERSION_CSTRUCT="4.7"