We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1320331 commit 69b79d9Copy full SHA for 69b79d9
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.08 / /
+COPY --from=qemux/qemu:7.10 / /
14
15
ARG VERSION_ARG="0.0"
16
ARG VERSION_KVM_OPENCORE="v21"
0 commit comments