Skip to content

Commit

Permalink
composer 2.7.0 for php 8.2 #57
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Feb 12, 2024
1 parent 9462632 commit acca5a5
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 @@ -89,7 +89,7 @@ RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-pcov
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 acca5a5

Please sign in to comment.