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

build: Update qemu-docker to v6.22 (#206)

parent 876b858c
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:6.21 / /
COPY --from=qemux/qemu:6.22 / /

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