Skip to content

Commit 030e429

Browse files
Update qemux/qemu Docker tag to v7.34
1 parent 64859c3 commit 030e429

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.28 / /
15+
COPY --from=qemux/qemu:7.34 / /
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.28 / /
6+
COPY --from=qemux/qemu:7.34 / /
77

88
ARG TARGETARCH
99
ARG DEBCONF_NOWARNINGS="yes"

0 commit comments

Comments
 (0)