build: Update QEMU base image to v7.34 (#1810)

This commit is contained in:
Kroese
2026-07-06 22:10:25 +02:00
committed by GitHub
parent 8006b7f992
commit 6d79a7c9ab
+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.33 / / COPY --from=qemux/qemu:7.34 / /
ARG TARGETARCH ARG TARGETARCH
ARG VERSION_WSDD="1.26" ARG VERSION_WSDD="1.26"