From fb7aaab3b9fb63c0b8aa8350495538c927b7dd7f Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Sun, 23 Oct 2022 10:07:17 -0700 Subject: [PATCH] test images: Fixes httpd-new image httpd-2.4.48-win64-VC15.zip no longer exists. Use httpd-2.4.54-win64-VC15.zip instead. --- test/images/httpd-new/Dockerfile_windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images/httpd-new/Dockerfile_windows b/test/images/httpd-new/Dockerfile_windows index 430f9fcd307..a86ea940a63 100644 --- a/test/images/httpd-new/Dockerfile_windows +++ b/test/images/httpd-new/Dockerfile_windows @@ -18,7 +18,7 @@ ARG REGISTRY # We're using a Linux image to unpack the archive, then we're copying it over to Windows. FROM --platform=linux/amd64 alpine:3.6 as prep -ADD https://home.apache.org/~steffenal/VC15/binaries/httpd-2.4.48-win64-VC15.zip /httpd.zip +ADD https://home.apache.org/~steffenal/VC15/binaries/httpd-2.4.54-win64-VC15.zip /httpd.zip ADD https://windows.php.net/downloads/releases/archives/php-7.4.14-Win32-vc15-x64.zip /php.zip ADD https://windows.php.net/downloads/nano/crt/crt-vc15-x64.zip /crt-vc15-x64.zip