chore(deps): update qemux/qemu docker tag to v7.18 (#1434)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-09-30 00:47:36 +02:00 committed by GitHub
parent fa7302fd18
commit 021d0c88f1
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.17 / /
COPY --from=qemux/qemu:7.18 / /
ARG TARGETARCH
ARG DEBCONF_NOWARNINGS="yes"