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

chore(deps): update qemux/qemu docker tag to v7.18

parent 4e804a1e
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.17 / /
COPY --from=qemux/qemu:7.18 / /

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