Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 9016f63

Browse files
committed
Bumped the version in the Dockerfile
1 parent abc484f commit 9016f63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:7
22

3-
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
3+
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
44
RUN curl -LO https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar && chmod +x phpcs.phar && mv phpcs.phar /usr/local/bin/phpcs
55

66
ENTRYPOINT ["diffcs"]

0 commit comments

Comments
 (0)