Skip to content

Commit

Permalink
Merge pull request jolicode#195 from jolicode/composer243
Browse files Browse the repository at this point in the history
Update to composer 2.4.3
  • Loading branch information
pyrech authored Oct 27, 2022
2 parents ea2f4c3 + dbac0ce commit 0fe3750
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.2
* Update Composer to version 2.4.3
* 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.2 /usr/bin/composer /usr/bin/composer
COPY --from=composer/composer:2.4.3 /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 0fe3750

Please sign in to comment.