Skip to content

Commit 2977141

Browse files
authored
build: Update QEMU base image to v7.29 (#377)
1 parent 056dfdd commit 2977141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.29 / /
1616

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

0 commit comments

Comments
 (0)