1
0
mirror of https://github.com/dockur/windows.git synced 2026-06-10 11:59:33 +08:00

fix: Download links (#1035)

This commit is contained in:
Kroese
2025-02-15 04:49:24 +01:00
committed by GitHub
parent c0f5cca574
commit faa7c58366
4 changed files with 11 additions and 344 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu-docker:6.14 / /
COPY --from=qemux/qemu-docker:6.15 / /
ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive"