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

This commit is contained in:
Kroese
2026-08-19 20:11:24 +02:00
committed by GitHub
parent 9af2409510
commit 2a116bf655
+1 -1
View File
@@ -3,7 +3,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.47 / /
COPY --from=qemux/qemu:7.48 / /
ARG TARGETARCH