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 79098bb commit 1816430Copy full SHA for 1816430
Dockerfile
@@ -9,7 +9,7 @@ LABEL "repository"="http://github.com/oskarstark/php-cs-fixer-ga"
9
LABEL "homepage"="http://github.com/actions"
10
LABEL "maintainer"="Oskar Stark <[email protected]>"
11
12
-RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.16.3/php-cs-fixer.phar -O php-cs-fixer \
+RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.16.4/php-cs-fixer.phar -O php-cs-fixer \
13
&& chmod a+x php-cs-fixer \
14
&& mv php-cs-fixer /usr/local/bin/php-cs-fixer
15
0 commit comments