Skip to content

Commit 69b79d9

Browse files
authored
build: Update qemu-docker to v7.10 (#245)
1 parent 1320331 commit 69b79d9

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
@@ -10,7 +10,7 @@ RUN apk --update --no-cache add unzip && \
1010
rm -rf /tmp/* /var/tmp/* /var/cache/apk/*
1111

1212
FROM scratch AS runner
13-
COPY --from=qemux/qemu:7.08 / /
13+
COPY --from=qemux/qemu:7.10 / /
1414

1515
ARG VERSION_ARG="0.0"
1616
ARG VERSION_KVM_OPENCORE="v21"

0 commit comments

Comments
 (0)