We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f77d252 + 3da6fd6 commit 7948de0Copy full SHA for 7948de0
Dockerfile
@@ -5,7 +5,8 @@ LABEL repository="https://github.com/php-actions/phpstan"
5
LABEL homepage="https://github.com/php-actions/phpstan"
6
LABEL maintainer="Greg Bowler <greg.bowler@g105b.com>"
7
8
-RUN composer global require --no-progress phpstan/phpstan 0.12.*
+RUN composer global require --no-progress "phpstan/phpstan:^0.12.0"
9
RUN ln -s /tmp/vendor/bin/phpstan /usr/local/bin/phpstan
10
+
11
COPY entrypoint /usr/local/bin/entrypoint
-ENTRYPOINT ["/usr/local/bin/entrypoint"]
12
+ENTRYPOINT ["/usr/local/bin/entrypoint"]
0 commit comments