Skip to content

Commit

Permalink
Merge pull request #264 from jolicode/composer
Browse files Browse the repository at this point in the history
update to composer 2.6.6
  • Loading branch information
pyrech authored Jan 11, 2024
2 parents a33351f + 71c1816 commit 78e5f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* Add `castor init` command to initialize a new project
* Add `castor symfony` to install a Symfony application
* Mount the project in `/var/www` instead of `/home/app`
* Update Composer to version 2.6.6

## 3.11.0 (2023-05-30)

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

# Composer
COPY --from=composer/composer:2.5.8 /usr/bin/composer /usr/bin/composer
COPY --from=composer/composer:2.6.6 /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 78e5f82

Please sign in to comment.