Skip to content

Commit 7739f4a

Browse files
committed
0.10.0
1 parent 1d19e54 commit 7739f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apk add --no-cache git tini && \
88
apk del .phpize-deps && \
99
echo extension=ast.so > /usr/local/etc/php/conf.d/ast.ini && \
1010
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.9.4 && \
11+
composer create-project --no-dev --prefer-dist etsy/phan /opt/phan 0.10.0 && \
1212
rm -r /tmp/php-ast /usr/local/bin/composer
1313

1414
ENV PATH $PATH:/opt/phan/

0 commit comments

Comments
 (0)