Fixed php-cs-fixer download on cert issues

This commit is contained in:
cytopia
2022-01-23 15:36:19 +01:00
parent 7b68744404
commit ae9d987cb9
9 changed files with 12 additions and 12 deletions

View File

@@ -283,7 +283,7 @@ RUN set -eux \
\
\
# -------------------- php-cs-fixer --------------------
&& curl -sS -L --fail https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.2.19/php-cs-fixer.phar > /usr/local/bin/php-cs-fixer \
&& curl -sS -k -L --fail https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.2.19/php-cs-fixer.phar > /usr/local/bin/php-cs-fixer \
&& chmod +x /usr/local/bin/php-cs-fixer \
\
\