Skip to content

Commit

Permalink
Update binary to 2.2.4. (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
herloct authored May 31, 2017
1 parent b40457f commit 97d04dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ matrix:
fast_finish: true
include:
- env:
- PHP_CS_FIXER_VERSION=2.2.3
- PHP_CS_FIXER_VERSION=2.2.4
- IS_LATEST=1

before_script:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:7.1.5-alpine

MAINTAINER herloct <[email protected]>

ENV PHP_CS_FIXER_VERSION=2.2.3
ENV PHP_CS_FIXER_VERSION=2.2.4

RUN curl -L https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v$PHP_CS_FIXER_VERSION/php-cs-fixer.phar > /usr/local/bin/php-cs-fixer \
&& chmod +x /usr/local/bin/php-cs-fixer \
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

## Supported tags and respective `Dockerfile` links

* [`2.2.3`, `latest`](https://github.com/herloct/docker-php-cs-fixer/blob/2.2.3/Dockerfile)
* [`2.2.4`, `latest`](https://github.com/herloct/docker-php-cs-fixer/blob/2.2.4/Dockerfile)
* [`2.2.3`](https://github.com/herloct/docker-php-cs-fixer/blob/2.2.3/Dockerfile)
* [`2.1.3`](https://github.com/herloct/docker-php-cs-fixer/blob/2.1.3/Dockerfile)
* [`2.0.1`](https://github.com/herloct/docker-php-cs-fixer/blob/2.0.1/Dockerfile)
* [`1.13.1`](https://github.com/herloct/docker-php-cs-fixer/blob/1.13.1/Dockerfile)
Expand Down

0 comments on commit 97d04dc

Please sign in to comment.