diff --git a/Dockerfile b/Dockerfile index eef9575..3a2e57a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM scratch -COPY --from=qemux/qemu-arm:7.09 / / +COPY --from=qemux/qemu-arm:7.10 / / ARG VERSION_ARG="0.00" ARG DEBCONF_NOWARNINGS="yes" @@ -24,7 +24,7 @@ RUN set -eu && \ COPY --chmod=755 ./src /run/ COPY --chmod=755 ./assets /run/assets -ADD --chmod=664 https://github.com/qemus/virtiso-arm/releases/download/v0.1.266-1/virtio-win-0.1.266.tar.xz /drivers.txz +ADD --chmod=664 https://github.com/qemus/virtiso-arm/releases/download/v0.1.271-1/virtio-win-0.1.271.tar.xz /drivers.txz VOLUME /storage EXPOSE 3389 8006