We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163953a commit 1bd31f4Copy full SHA for 1bd31f4
Dockerfile
@@ -23,7 +23,7 @@ COPY ./src /run/
23
COPY ./assets /run/assets
24
25
ADD https://raw.githubusercontent.com/christgau/wsdd/master/src/wsdd.py /usr/sbin/wsdd
26
-ADD https://github.com/qemus/virtiso-arm/releases/download/v0.1.240/virtio-win-0.1.240.iso /run/drivers.iso
+ADD https://github.com/qemus/virtiso-arm/releases/download/v0.1.248/virtio-win-0.1.248.iso /run/drivers.iso
27
28
RUN chmod +x /run/*.sh && chmod +x /usr/sbin/wsdd
29
0 commit comments