Skip to content

Commit

Permalink
Enhancement: Upgrade to PHP-CS-Fixer 3.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Sep 6, 2023
1 parent f6e6468 commit 4730649
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]>"

ENV VERSION=null
ENV VERSION=3.25.1

RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v{$VERSION}/php-cs-fixer.phar -O php-cs-fixer \
&& chmod a+x php-cs-fixer \
Expand Down

0 comments on commit 4730649

Please sign in to comment.