We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e23be9 commit cdf3e9dCopy full SHA for cdf3e9d
1 file changed
Dockerfile
@@ -10,7 +10,7 @@ RUN apk --update --no-cache add unzip && \
10
rm -rf /tmp/* /var/tmp/* /var/cache/apk/*
11
12
FROM scratch AS runner
13
-COPY --from=qemux/qemu:7.03 / /
+COPY --from=qemux/qemu:7.04 / /
14
15
ARG VERSION_ARG="0.0"
16
ARG VERSION_KVM_OPENCORE="v21"
0 commit comments