Unverified Commit 009c2c7d authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Update qemu-docker to v6.17 (#1056)

parent 06434c02
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-docker:6.16 / /
COPY --from=qemux/qemu-docker:6.17 / /

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