Skip to content

Commit c3f934a

Browse files
committed
1.3.4
1 parent 3e8c351 commit c3f934a

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 --virtual .phpize-deps $PHPIZE_DEPS git binutils && \
88
strip -s $(php-config --extension-dir)/ast.so && \
99
strip -s $(php-config --extension-dir)/pcntl.so && \
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 1.3.3 && \
11+
composer create-project --no-dev --prefer-dist etsy/phan /opt/phan 1.3.4 && \
1212
rm -r /tmp/php-ast /usr/local/bin/composer && \
1313
apk del .phpize-deps
1414

0 commit comments

Comments
 (0)