Page MenuHomeDevCentral

D4161.id10908.diff
No OneTemporary

D4161.id10908.diff

diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -46,8 +46,8 @@
0616E93D95AF471243E26761770426E17EBBB3DD \
&& mkdir -p $PHP_INI_DIR/conf.d \
&& set -x \
- && 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 \
+ && curl -SL "https://www.php.net/distributions/php-$PHP_VERSION.tar.bz2" -o php.tar.bz2 \
+ && curl -SL "https://www.php.net/distributions/php-$PHP_VERSION.tar.bz2.asc" -o php.tar.bz2.asc \
&& gpg --verify php.tar.bz2.asc \
&& mkdir -p /usr/src/php \
&& tar -xof php.tar.bz2 -C /usr/src/php --strip-components=1 \
diff --git a/novolume/Dockerfile b/novolume/Dockerfile
--- a/novolume/Dockerfile
+++ b/novolume/Dockerfile
@@ -46,8 +46,8 @@
0616E93D95AF471243E26761770426E17EBBB3DD \
&& mkdir -p $PHP_INI_DIR/conf.d \
&& set -x \
- && 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 \
+ && curl -SL "https://www.php.net/distributions/php-$PHP_VERSION.tar.bz2" -o php.tar.bz2 \
+ && curl -SL "https://www.php.net/distributions/php-$PHP_VERSION.tar.bz2.asc" -o php.tar.bz2.asc \
&& gpg --verify php.tar.bz2.asc \
&& mkdir -p /usr/src/php \
&& tar -xof php.tar.bz2 -C /usr/src/php --strip-components=1 \

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 13, 09:30 (19 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3989727
Default Alt Text
D4161.id10908.diff (1 KB)

Event Timeline