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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-17 19:20:08 +02:00
committed by GitHub
parent 0903fad26b
commit ef850e9837

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"