build: Update QEMU base image to v7.42 (#2026)

This commit is contained in:
Kroese
2026-07-29 20:11:24 +02:00
committed by GitHub
parent 59011680b5
commit 9e8c1d0dda
+1 -1
View File
@@ -3,7 +3,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.41 / /
COPY --from=qemux/qemu:7.42 / /
ARG TARGETARCH
ARG VERSION_WSDD="1.26"