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