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

build: Update qemu-docker to v7.11 (#1205)

parent 2d065f09
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.10 / /
COPY --from=qemux/qemu:7.11 / /

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