We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c37e8 commit 8f5a460Copy full SHA for 8f5a460
tests/dockerfiles/php53/Dockerfile
@@ -44,7 +44,7 @@ RUN mkdir --parents "/tmp/openssl/" && \
44
45
RUN mkdir --parents "/usr/src/php/" && \
46
curl --silent --show-error --output "php.tar.xz" \
47
- "https://secure.php.net/distributions/php-5.3.29.tar.xz" && \
+ "https://www.php.net/distributions/php-5.3.29.tar.xz" && \
48
tar --extract --file "php.tar.xz" --directory "/usr/src/php/" --strip-components="1" && \
49
rm "php.tar.xz"* && \
50
cd "/usr/src/php/" && \
0 commit comments