Skip to content

Commit da70cd7

Browse files
Merge pull request #21 from VirtualMachineMaker/renovate/qemux-qemu-7.x
Update qemux/qemu Docker tag to v7.28
2 parents 10472a6 + e0c5030 commit da70cd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

macos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apk --update --no-cache add unzip && \
1212
rm -rf /tmp/* /var/tmp/* /var/cache/apk/*
1313

1414
FROM scratch AS runner
15-
COPY --from=qemux/qemu:7.27 / /
15+
COPY --from=qemux/qemu:7.28 / /
1616

1717
ARG VERSION_ARG="0.0"
1818
ARG VERSION_KVM_OPENCORE="v21"

windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ARG VERSION_ARG="latest"
44
FROM scratch AS build-amd64
55

6-
COPY --from=qemux/qemu:7.27 / /
6+
COPY --from=qemux/qemu:7.28 / /
77

88
ARG TARGETARCH
99
ARG DEBCONF_NOWARNINGS="yes"

0 commit comments

Comments
 (0)