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 6987e5a commit 9ae583cCopy full SHA for 9ae583c
Dockerfile
@@ -8,7 +8,7 @@ RUN apk add --no-cache git tini && \
8
apk del .phpize-deps && \
9
echo extension=ast.so > /usr/local/etc/php/conf.d/ast.ini && \
10
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer && \
11
- composer create-project --no-dev --prefer-dist etsy/phan /opt/phan 0.8.4 && \
+ composer create-project --no-dev --prefer-dist etsy/phan /opt/phan 0.8.10 && \
12
rm -r /tmp/php-ast /usr/local/bin/composer
13
14
ENV PATH $PATH:/opt/phan/
0 commit comments