Skip to content

Commit e5a0b9c

Browse files
committed
0.9.2
1 parent 89c4c70 commit e5a0b9c

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.1 && \
11+
composer create-project --no-dev --prefer-dist etsy/phan /opt/phan 0.9.2 && \
1212
rm -r /tmp/php-ast /usr/local/bin/composer
1313

1414
ENV PATH $PATH:/opt/phan/

0 commit comments

Comments
 (0)