diff --git a/5.3/Dockerfile b/5.3/Dockerfile index 3289030b33..501c37e209 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 89c469f495..8d092a9f09 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 1900f24e1f..b7ac93fa15 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 fb5d8463b6..9497629e78 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 3bf2497c33..926fb5b224 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 b63bf9e73a..2430e73416 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 63a2df857e..d95137aca9 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 f340083192..e74aaa140e 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 \