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

chore(deps): update qemux/qemu docker tag to v7.12 (#257)

parent 9115d132
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:7.11 / /
COPY --from=qemux/qemu:7.12 / /

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