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 9c6d0b8 commit 804ce49Copy full SHA for 804ce49
test/images/agnhost/Dockerfile_windows
@@ -21,7 +21,7 @@ FROM --platform=linux/amd64 alpine:3.6 as prep
21
22
ADD https://github.com/coredns/coredns/releases/download/v1.5.0/coredns_1.5.0_windows_amd64.tgz /coredns.tgz
23
ADD https://iperf.fr/download/windows/iperf-2.0.9-win64.zip /iperf.zip
24
-ADD http://download.savannah.nongnu.org/releases/coreutils/windows-64bit-unsupported/coreutils-8.31-28-windows-64bit.zip /coreutils.zip
+ADD https://download.savannah.nongnu.org/releases/coreutils/windows-64bit-unsupported/coreutils-8.31-28-windows-64bit.zip /coreutils.zip
25
26
# we're also creating an empty /uploads folder, which we're copying over to Windows because
27
# we can't RUN commands on a Windows image.
0 commit comments