We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10472a6 + e0c5030 commit da70cd7Copy full SHA for da70cd7
macos/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.27 / /
+COPY --from=qemux/qemu:7.28 / /
16
17
ARG VERSION_ARG="0.0"
18
ARG VERSION_KVM_OPENCORE="v21"
windows/Dockerfile
@@ -3,7 +3,7 @@
3
ARG VERSION_ARG="latest"
4
FROM scratch AS build-amd64
5
6
7
8
ARG TARGETARCH
9
ARG DEBCONF_NOWARNINGS="yes"
0 commit comments