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

chore(deps): update qemux/qemu docker tag to v7.14 (#300)

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

FROM scratch AS runner
COPY --from=qemux/qemu:7.13 / /
COPY --from=qemux/qemu:7.14 / /

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