Unverified Commit 156eaaa2 authored by renovate[bot]'s avatar renovate[bot] Committed by GitHub
Browse files

build: Update qemu-docker to v7.01 (#1123)

parent 9ffc4647
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64

COPY --from=qemux/qemu:7.00 / /
COPY --from=qemux/qemu:7.01 / /

ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive"