From 0163a33441a376f1bfb3ec8ab6b62eacc0b69447 Mon Sep 17 00:00:00 2001 From: Michalek Date: Tue, 2 Nov 2021 19:12:26 +0100 Subject: [PATCH] Update php src location --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd383d3..7de2992 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,7 +79,7 @@ RUN set -xe; \ cd /usr/src; \ \ # wget -O php.tar.xz "$PHP_URL"; \ - git clone http://git.php.net/repository/php-src.git php; \ + git clone https://github.com/php/php-src.git php; \ cd php; \ git checkout PHP-7.4; \ ./buildconf --force; \