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

This commit is contained in:
Kroese
2026-08-16 03:01:20 +02:00
committed by GitHub
parent 603bd079fc
commit 00fe722d4e
+1 -1
View File
@@ -3,7 +3,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.45 / /
COPY --from=qemux/qemu:7.46 / /
ARG TARGETARCH