From 804ce496e32822fdd3240fbe99262583e478035b Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Mon, 16 Aug 2021 12:43:08 +0800 Subject: [PATCH] image: Change http to https --- test/images/agnhost/Dockerfile_windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images/agnhost/Dockerfile_windows b/test/images/agnhost/Dockerfile_windows index ad92f2c7a6a..1655a69db57 100644 --- a/test/images/agnhost/Dockerfile_windows +++ b/test/images/agnhost/Dockerfile_windows @@ -21,7 +21,7 @@ FROM --platform=linux/amd64 alpine:3.6 as prep ADD https://github.com/coredns/coredns/releases/download/v1.5.0/coredns_1.5.0_windows_amd64.tgz /coredns.tgz ADD https://iperf.fr/download/windows/iperf-2.0.9-win64.zip /iperf.zip -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 # we're also creating an empty /uploads folder, which we're copying over to Windows because # we can't RUN commands on a Windows image.