We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0400f5f commit 8ec135dCopy full SHA for 8ec135d
1 file changed
Dockerfile
@@ -27,7 +27,7 @@ RUN set -eu && \
27
COPY --chmod=755 ./src /run/
28
COPY --chmod=755 ./assets /run/assets
29
30
-ADD --chmod=664 https://github.com/qemus/virtiso-whql/releases/download/v1.9.49-0/virtio-win-1.9.49.tar.xz /var/drivers.txz
+ADD --chmod=664 https://github.com/qemus/virtiso-whql/releases/download/v1.9.53-0/virtio-win-1.9.53.tar.xz /var/drivers.txz
31
32
FROM dockurr/windows-arm:${VERSION_ARG} AS build-arm64
33
FROM build-${TARGETARCH}
0 commit comments