build: Update QEMU base image to v7.41 (#2013)

This commit is contained in:
Kroese
2026-07-28 00:40:07 +02:00
committed by GitHub
parent 60705368ef
commit 5f6bf2a230
+1 -1
View File
@@ -3,7 +3,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.40 / /
COPY --from=qemux/qemu:7.41 / /
ARG TARGETARCH
ARG VERSION_WSDD="1.26"