Skip to content

Commit ee7b951

Browse files
authored
feat(CDA-507): update composer version (#26)
1 parent 10b180a commit ee7b951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/dev/php/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN pecl channel-update pecl.php.net && \
2626
php-ext-enable pcov
2727

2828
# COMPOSER: install binary
29-
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer --version=2.5.1
29+
COPY --from=composer:2.6 /usr/bin/composer /usr/bin/composer
3030

3131
USER www-data
3232

0 commit comments

Comments
 (0)