Skip to content

Commit 804ce49

Browse files
committed
image: Change http to https
1 parent 9c6d0b8 commit 804ce49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/images/agnhost/Dockerfile_windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FROM --platform=linux/amd64 alpine:3.6 as prep
2121

2222
ADD https://github.com/coredns/coredns/releases/download/v1.5.0/coredns_1.5.0_windows_amd64.tgz /coredns.tgz
2323
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
24+
ADD https://download.savannah.nongnu.org/releases/coreutils/windows-64bit-unsupported/coreutils-8.31-28-windows-64bit.zip /coreutils.zip
2525

2626
# we're also creating an empty /uploads folder, which we're copying over to Windows because
2727
# we can't RUN commands on a Windows image.

0 commit comments

Comments
 (0)