File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,18 +2,15 @@ FROM php:7.1.1-alpine
22
33MAINTAINER herloct <herloct@gmail.com>
44
5- ENV PHPCS_VERSION=2.8.0
5+ ENV PHPCS_VERSION=2.8.1
66
7- RUN apk update --no-cache \
8- && apk add --no-cache tini \
9-
10- && curl -L https://github.com/squizlabs/PHP_CodeSniffer/releases/download/$PHPCS_VERSION/phpcs.phar > /usr/local/bin/phpcs \
7+ RUN curl -L https://github.com/squizlabs/PHP_CodeSniffer/releases/download/$PHPCS_VERSION/phpcs.phar > /usr/local/bin/phpcs \
118 && chmod +x /usr/local/bin/phpcs \
129
1310 && rm -rf /var/cache/apk/* /var/tmp/* /tmp/*
1411
1512VOLUME ["/project" ]
1613WORKDIR /project
1714
18- ENTRYPOINT ["/sbin/tini" , "--" , " phpcs" ]
15+ ENTRYPOINT ["phpcs" ]
1916CMD ["--version" ]
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2016 herloct <herloct@gmail.com>
3+ Copyright (c) 2017 herloct <herloct@gmail.com>
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 22
33## Supported tags and respective ` Dockerfile ` links
44
5- * [ ` 2.8.0 ` , ` latest ` ] ( https://github.com/herloct/docker-phpcs/blob/2.8.0/Dockerfile )
5+ * [ ` 2.8.1 ` , ` latest ` ] ( https://github.com/herloct/docker-phpcs/blob/2.8.1/Dockerfile )
6+ * [ ` 2.8.0 ` ] ( https://github.com/herloct/docker-phpcs/blob/2.8.0/Dockerfile )
67* [ ` 2.7.1 ` ] ( https://github.com/herloct/docker-phpcs/blob/2.7.1/Dockerfile )
78
89## What is PHP_CodeSniffer and phpcs?
You can’t perform that action at this time.
0 commit comments