diff --git a/5.3/Dockerfile b/5.3/Dockerfile index 3289030b3..501c37e20 100644 --- a/5.3/Dockerfile +++ b/5.3/Dockerfile @@ -12,8 +12,8 @@ RUN set -x \ && dpkg -i libbison-dev_2.7.1.dfsg-1_amd64.deb \ && dpkg -i bison_2.7.1.dfsg-1_amd64.deb \ && rm *.deb \ - && curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \ - && curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \ + && curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \ + && curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \ && gpg --verify php.tar.bz2.asc \ && mkdir -p /usr/src/php \ && tar -xvf php.tar.bz2 -C /usr/src/php --strip-components=1 \ diff --git a/5.3/apache/Dockerfile b/5.3/apache/Dockerfile index 89c469f49..8d092a9f0 100644 --- a/5.3/apache/Dockerfile +++ b/5.3/apache/Dockerfile @@ -12,8 +12,8 @@ RUN set -x \ && dpkg -i libbison-dev_2.7.1.dfsg-1_amd64.deb \ && dpkg -i bison_2.7.1.dfsg-1_amd64.deb \ && rm *.deb \ - && curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \ - && curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \ + && curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \ + && curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \ && gpg --verify php.tar.bz2.asc \ && mkdir -p /usr/src/php \ && tar -xvf php.tar.bz2 -C /usr/src/php --strip-components=1 \ diff --git a/5.4/Dockerfile b/5.4/Dockerfile index 1900f24e1..b7ac93fa1 100644 --- a/5.4/Dockerfile +++ b/5.4/Dockerfile @@ -11,8 +11,8 @@ RUN set -x \ && dpkg -i libbison-dev_2.7.1.dfsg-1_amd64.deb \ && dpkg -i bison_2.7.1.dfsg-1_amd64.deb \ && rm *.deb \ - && curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \ - && curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \ + && curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \ + && curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \ && gpg --verify php.tar.bz2.asc \ && mkdir -p /usr/src/php \ && tar -xvf php.tar.bz2 -C /usr/src/php --strip-components=1 \ diff --git a/5.4/apache/Dockerfile b/5.4/apache/Dockerfile index fb5d8463b..9497629e7 100644 --- a/5.4/apache/Dockerfile +++ b/5.4/apache/Dockerfile @@ -11,8 +11,8 @@ RUN set -x \ && dpkg -i libbison-dev_2.7.1.dfsg-1_amd64.deb \ && dpkg -i bison_2.7.1.dfsg-1_amd64.deb \ && rm *.deb \ - && curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \ - && curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \ + && curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \ + && curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \ && gpg --verify php.tar.bz2.asc \ && mkdir -p /usr/src/php \ && tar -xvf php.tar.bz2 -C /usr/src/php --strip-components=1 \ diff --git a/5.5/Dockerfile b/5.5/Dockerfile index 3bf2497c3..926fb5b22 100644 --- a/5.5/Dockerfile +++ b/5.5/Dockerfile @@ -11,8 +11,8 @@ RUN set -x \ && dpkg -i libbison-dev_2.7.1.dfsg-1_amd64.deb \ && dpkg -i bison_2.7.1.dfsg-1_amd64.deb \ && rm *.deb \ - && curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \ - && curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \ + && curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \ + && curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \ && gpg --verify php.tar.bz2.asc \ && mkdir -p /usr/src/php \ && tar -xvf php.tar.bz2 -C /usr/src/php --strip-components=1 \ diff --git a/5.5/apache/Dockerfile b/5.5/apache/Dockerfile index b63bf9e73..2430e7341 100644 --- a/5.5/apache/Dockerfile +++ b/5.5/apache/Dockerfile @@ -11,8 +11,8 @@ RUN set -x \ && dpkg -i libbison-dev_2.7.1.dfsg-1_amd64.deb \ && dpkg -i bison_2.7.1.dfsg-1_amd64.deb \ && rm *.deb \ - && curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \ - && curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \ + && curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \ + && curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \ && gpg --verify php.tar.bz2.asc \ && mkdir -p /usr/src/php \ && tar -xvf php.tar.bz2 -C /usr/src/php --strip-components=1 \ diff --git a/5.6/Dockerfile b/5.6/Dockerfile index 63a2df857..d95137aca 100644 --- a/5.6/Dockerfile +++ b/5.6/Dockerfile @@ -11,8 +11,8 @@ RUN set -x \ && dpkg -i libbison-dev_2.7.1.dfsg-1_amd64.deb \ && dpkg -i bison_2.7.1.dfsg-1_amd64.deb \ && rm *.deb \ - && curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \ - && curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \ + && curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \ + && curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \ && gpg --verify php.tar.bz2.asc \ && mkdir -p /usr/src/php \ && tar -xvf php.tar.bz2 -C /usr/src/php --strip-components=1 \ diff --git a/5.6/apache/Dockerfile b/5.6/apache/Dockerfile index f34008319..e74aaa140 100644 --- a/5.6/apache/Dockerfile +++ b/5.6/apache/Dockerfile @@ -11,8 +11,8 @@ RUN set -x \ && dpkg -i libbison-dev_2.7.1.dfsg-1_amd64.deb \ && dpkg -i bison_2.7.1.dfsg-1_amd64.deb \ && rm *.deb \ - && curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \ - && curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \ + && curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \ + && curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \ && gpg --verify php.tar.bz2.asc \ && mkdir -p /usr/src/php \ && tar -xvf php.tar.bz2 -C /usr/src/php --strip-components=1 \