Skip to content

Commit 0d2858b

Browse files
author
Greg Bowler
committed
Use composer base image
1 parent fb023ad commit 0d2858b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
FROM phpstan/phpstan:0.12
1+
FROM composer:1.10
22

33
LABEL version="1.0.0"
44
LABEL repository="https://github.com/php-actions/phpstan"
55
LABEL homepage="https://github.com/php-actions/phpstan"
66
LABEL maintainer="Greg Bowler <greg.bowler@g105b.com>"
77

8+
RUN composer global require --no-progress phpstan/phpstan 0.12.*
89
COPY entrypoint /usr/local/bin/entrypoint
910
ENTRYPOINT ["/usr/local/bin/entrypoint"]

0 commit comments

Comments
 (0)