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

build: Update qemu-docker to v6.13 (#180)

parent b37ed528
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ RUN apk --update --no-cache add unzip && \
    rm -rf /tmp/* /var/tmp/* /var/cache/apk/*

FROM scratch AS runner
COPY --from=qemux/qemu-docker:6.12 / /
COPY --from=qemux/qemu-docker:6.13 / /

ARG VERSION_ARG="0.0"
ARG VERSION_KVM_OPENCORE="v21"