diff --git a/Dockerfile b/Dockerfile index 56a10a6..c2b91c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ LABEL "repository"="http://github.com/oskarstark/php-cs-fixer-ga" LABEL "homepage"="http://github.com/actions" LABEL "maintainer"="Oskar Stark " -RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.15.3/php-cs-fixer.phar -O php-cs-fixer \ +RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.15.4/php-cs-fixer.phar -O php-cs-fixer \ && chmod a+x php-cs-fixer \ && mv php-cs-fixer /usr/local/bin/php-cs-fixer