Skip to content

Commit

Permalink
Merge pull request #268 from jolicode/update-composer
Browse files Browse the repository at this point in the history
Update Composer
  • Loading branch information
pyrech authored Feb 12, 2024
2 parents 4e47808 + fcbb451 commit 01c21e7
Showing 1 changed file with 1 addition and 1 deletion.
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.6.6 /usr/bin/composer /usr/bin/composer
COPY --from=composer/composer:2.7.1 /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 01c21e7

Please sign in to comment.