From e6a2ea7d294265a6250d7e328c2d548e735e7d27 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 2 Jun 2024 21:44:25 +0200 Subject: [PATCH] build: Update qemu-docker to v5.10 --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 024c007..653dec5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]