Skip to content

Commit

Permalink
Use 2.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Apr 11, 2020
1 parent 1249e1a commit ec514c4
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.16.1/php-cs-fixer.phar -O php-cs-fixer \
RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.15.5/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 ec514c4

Please sign in to comment.