Skip to content

Commit 8f5a460

Browse files
committed
Fix tar extract error due to HTTP redirect
1 parent 25c37e8 commit 8f5a460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dockerfiles/php53/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN mkdir --parents "/tmp/openssl/" && \
4444

4545
RUN mkdir --parents "/usr/src/php/" && \
4646
curl --silent --show-error --output "php.tar.xz" \
47-
"https://secure.php.net/distributions/php-5.3.29.tar.xz" && \
47+
"https://www.php.net/distributions/php-5.3.29.tar.xz" && \
4848
tar --extract --file "php.tar.xz" --directory "/usr/src/php/" --strip-components="1" && \
4949
rm "php.tar.xz"* && \
5050
cd "/usr/src/php/" && \

0 commit comments

Comments
 (0)