build: Update QEMU base image to v7.26 (#1517)

This commit is contained in:
Kroese
2025-10-19 18:01:17 +02:00
committed by GitHub
parent 4cb7e1074f
commit b244fa544f

View File

@@ -3,7 +3,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.25 / /
COPY --from=qemux/qemu:7.26 / /
ARG TARGETARCH
ARG DEBCONF_NOWARNINGS="yes"