Skip to content

Commit

Permalink
Update Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrech committed Feb 8, 2024
1 parent 4a560e1 commit a9367e2
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.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 a9367e2

Please sign in to comment.