Skip to content

Commit

Permalink
Update binary to 2.3.2. (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
herloct authored May 31, 2017
1 parent 9feb74e commit ec520b5
Show file tree
Hide file tree
Showing 3 changed files with 5 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.3.1
- PHP_CS_FIXER_VERSION=2.3.2
- 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.3.1
ENV PHP_CS_FIXER_VERSION=2.3.2

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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

## Supported tags and respective `Dockerfile` links

* [`2.3.1`, `latest`](https://github.com/herloct/docker-php-cs-fixer/blob/2.3.1/Dockerfile)
* [`2.3.2`, `latest`](https://github.com/herloct/docker-php-cs-fixer/blob/2.3.2/Dockerfile)
* [`2.3.1`](https://github.com/herloct/docker-php-cs-fixer/blob/2.3.1/Dockerfile)
* [`2.2.4`](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)
Expand Down

0 comments on commit ec520b5

Please sign in to comment.