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

chore(deps): update qemux/qemu docker tag to v7.13 (#298)

parent 7d85112d
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.12 / /
COPY --from=qemux/qemu:7.13 / /

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