Unverified Commit 08ac3ab8 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Update QEMU base image to v7.15 (#303)

Updated QEMU base image version from 7.14 to 7.15.
parent a7373998
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.14 / /
COPY --from=qemux/qemu:7.15 / /

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