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

This commit is contained in:
renovate[bot] 2025-09-29 18:43:38 +00:00 committed by GitHub
parent fa7302fd18
commit a9a072d692
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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