chore(deps): update qemux/qemu docker tag to v7.13

This commit is contained in:
renovate[bot] 2025-09-17 17:03:49 +00:00 committed by GitHub
parent 0903fad26b
commit 96aeea4251
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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