Skip to content

Commit

Permalink
Bumped the version in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsud committed Oct 1, 2017
1 parent abc484f commit 9016f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:7

RUN curl -LO https://github.com/marcelsud/diffcs/releases/download/v0.2.0/diffcs.phar && chmod +x diffcs.phar && mv diffcs.phar /usr/local/bin/diffcs
RUN curl -LO https://github.com/marcelsud/diffcs/releases/download/v0.2.1/diffcs.phar && chmod +x diffcs.phar && mv diffcs.phar /usr/local/bin/diffcs
RUN curl -LO https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar && chmod +x phpcs.phar && mv phpcs.phar /usr/local/bin/phpcs

ENTRYPOINT ["diffcs"]
Expand Down

0 comments on commit 9016f63

Please sign in to comment.