build: Update QEMU base image to v7.33 (#1787)

This commit is contained in:
Kroese
2026-07-03 19:42:11 +02:00
committed by GitHub
parent c763015734
commit 0538bd5e32
+1 -1
View File
@@ -3,7 +3,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.32 / /
COPY --from=qemux/qemu:7.33 / /
ARG TARGETARCH
ARG VERSION_WSDD="1.25"