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

This commit is contained in:
Kroese
2026-08-18 05:15:55 +02:00
committed by GitHub
parent 2bf6ae55ab
commit e490d142ef
+1 -1
View File
@@ -3,7 +3,7 @@
ARG VERSION_ARG="latest" ARG VERSION_ARG="latest"
FROM scratch AS build-amd64 FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.46 / / COPY --from=qemux/qemu:7.47 / /
ARG TARGETARCH ARG TARGETARCH