Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F43398317
D4161.id10908.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D4161.id10908.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 13, 07:19 (21 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3989727
Default Alt Text
D4161.id10908.diff (1 KB)
Attached To
Mode
D4161: Update PHP distribution URL
Attached
Detach File
Event Timeline
Log In to Comment