build: Update qemu-docker to v5.10

This commit is contained in:
Kroese 2024-06-02 21:44:25 +02:00 committed by GitHub
parent e638070c6e
commit e6a2ea7d29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,10 @@
FROM scratch
COPY --from=qemux/qemu-docker:5.09 / /
COPY --from=qemux/qemu-docker:5.10 / /
ARG VERSION_ARG="0.0"
ARG VERSION_OSX_KVM="326053dd61f49375d5dfb28ee715d38b04b5cd8e"
ARG REPO_OSX_KVM="https://raw.githubusercontent.com/kholia/OSX-KVM"
ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive"
ARG DEBCONF_NONINTERACTIVE_SEEN="true"
@ -41,4 +42,4 @@ ENV CPU_CORES "2"
ENV DISK_SIZE "64G"
ENV VERSION "ventura"
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]