Skip to content

Commit

Permalink
Use 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Nov 4, 2019
1 parent 9374c5a commit 8911a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL "repository"="http://github.com/oskarstark/php-cs-fixer-ga"
LABEL "homepage"="http://github.com/actions"
LABEL "maintainer"="Oskar Stark <[email protected]>"

RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.15.4/php-cs-fixer.phar -O php-cs-fixer \
RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.16.0/php-cs-fixer.phar -O php-cs-fixer \
&& chmod a+x php-cs-fixer \
&& mv php-cs-fixer /usr/local/bin/php-cs-fixer

Expand Down

0 comments on commit 8911a64

Please sign in to comment.