Unverified Commit 81e9fff2 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Update to qemu-docker v7.07 (#1176)

parent 90df2d88
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.06 / /
COPY --from=qemux/qemu:7.07 / /

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