Skip to content

Commit f5482d2

Browse files
committed
Set composer version
1 parent d33c19c commit f5482d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ RUN git clone https://github.com/nikic/php-ast.git \
2828
&& echo "extension=ast.so" > /etc/php/${PHPVERSION}/cli/conf.d/20-ast.ini
2929

3030
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
31+
&& composer self-update 1.10.16 \
3132
&& composer global require \
3233
phpunit/phpunit \
3334
phpunit/php-code-coverage \

0 commit comments

Comments
 (0)