Skip to content

Commit d902123

Browse files
authored
feat(CDA-507): update composer version (#55)
1 parent 5b0633b commit d902123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/dev/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN pecl channel-update pecl.php.net && \
4141
php-ext-enable pcov rdkafka
4242

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

4646
USER 'www-data'
4747

0 commit comments

Comments
 (0)