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