Skip to content

Commit

Permalink
composer 2.7.0 for php 8.2-zts #57
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Feb 12, 2024
1 parent b1fc397 commit 60dd9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ RUN ln -s phpzts82 php \
COPY files/php.ini /etc/${PHP_PACKAGE_BASENAME}/php.ini

# add composer
COPY --from=composer:2.5.8 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.7.0 /usr/bin/composer /usr/bin/composer
ENV COMPOSER_HOME=/composer
RUN mkdir /composer && chown www-data:www-data /composer

Expand Down

0 comments on commit 60dd9a2

Please sign in to comment.