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.
1 parent fb023ad commit 0d2858bCopy full SHA for 0d2858b
Dockerfile
@@ -1,9 +1,10 @@
1
-FROM phpstan/phpstan:0.12
+FROM composer:1.10
2
3
LABEL version="1.0.0"
4
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.*
9
COPY entrypoint /usr/local/bin/entrypoint
10
ENTRYPOINT ["/usr/local/bin/entrypoint"]
0 commit comments