Skip to content

Commit

Permalink
Merge pull request #198 from jolicode/update-composer25
Browse files Browse the repository at this point in the history
feat(composer): update to composer 2.5.0
  • Loading branch information
pyrech authored Dec 21, 2022
2 parents 182f74a + 05c9ecc commit 6cc51cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 3.9.0 (not released yet)

* Update documentation cookbook for installing redirection.io and blackfire to remove deprecated apt-key usage
* Update Composer to version 2.4.3
* Update Composer to version 2.5.0
* Increase the number of FPM worker from 4 to 25
* Enabled PHP FPM status page on `/php-fpm-status`

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/docker/services/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN adduser app sudo \
&& phpenmod app-builder

# Composer
COPY --from=composer/composer:2.4.3 /usr/bin/composer /usr/bin/composer
COPY --from=composer/composer:2.5.0 /usr/bin/composer /usr/bin/composer
RUN mkdir -p "/home/app/.composer/cache" \
&& chown app: /home/app/.composer -R

Expand Down

0 comments on commit 6cc51cf

Please sign in to comment.