From 89f55132ea9ed5ea9f52f7f790fef1aa91b6a9f7 Mon Sep 17 00:00:00 2001 From: Roel van Meer Date: Wed, 28 Nov 2018 14:36:07 +0100 Subject: [PATCH] Update binary to 2.13.0 (#16) --- .travis.yml | 2 +- Dockerfile | 2 +- README.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 031dd42..bcbe7ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ matrix: fast_finish: true include: - env: - - PHP_CS_FIXER_VERSION=2.7.1 + - PHP_CS_FIXER_VERSION=2.13.0 - IS_LATEST=1 before_script: diff --git a/Dockerfile b/Dockerfile index a1639fb..d18c3c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM php:7.1.5-alpine MAINTAINER herloct -ENV PHP_CS_FIXER_VERSION=2.7.1 +ENV PHP_CS_FIXER_VERSION=2.13.0 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 3aa9d57..8a012d5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ ## Supported tags and respective `Dockerfile` links -* [`2.7.1`, `latest`](https://github.com/herloct/docker-php-cs-fixer/blob/2.7.1/Dockerfile) +* [`2.13.0`, `latest`](https://github.com/herloct/docker-php-cs-fixer/blob/2.13.0/Dockerfile) +* [`2.7.1`](https://github.com/herloct/docker-php-cs-fixer/blob/2.7.1/Dockerfile) * [`2.3.2`](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)