From ec520b5e2f3a49e0d134cb334764d45c9568c1ef Mon Sep 17 00:00:00 2001 From: Herloct Date: Thu, 1 Jun 2017 04:06:31 +0700 Subject: [PATCH] Update binary to 2.3.2. (#14) --- .travis.yml | 2 +- Dockerfile | 2 +- README.md | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e64c31..4531214 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/Dockerfile b/Dockerfile index 05595f8..e8e792c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM php:7.1.5-alpine MAINTAINER herloct -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 \ diff --git a/README.md b/README.md index 486f1d7..8bbdadb 100644 --- a/README.md +++ b/README.md @@ -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)