Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 7619bf5

Browse files
committed
v0.5
1 parent 04fa312 commit 7619bf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 && \
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.4 && \
11+
composer create-project --no-dev --prefer-dist etsy/phan /opt/phan 0.5 && \
1212
rm -rf /var/cache/apk/* /tmp/php-ast /usr/local/bin/composer && \
1313
apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ tini
1414
RUN echo $PHPIZE_DEPS

0 commit comments

Comments
 (0)