Skip to content

Commit

Permalink
Use composer 2.5.8 in php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Jan 22, 2024
1 parent 1285676 commit b103637
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 @@ -98,7 +98,7 @@ RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-pcov~=$PCOV_EXTENSION_VERSIO
COPY files/php.ini /etc/${PHP_PACKAGE_BASENAME}/php.ini

# add composer
COPY --from=composer:2.5.1 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.5.8 /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 b103637

Please sign in to comment.