Skip to content

Commit

Permalink
Update Composer to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan971 committed Feb 16, 2024
1 parent 7618c44 commit be92586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN apt -q update && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/cache/* /var/log/*

# Updated to latest available from time to time
COPY --from=docker.io/library/composer:2.6.6 /usr/bin/composer /usr/bin/composer
COPY --from=docker.io/library/composer:2.7.1 /usr/bin/composer /usr/bin/composer

# Install basic PHP-FPM pool liveness healthcheck tool
COPY --chown=root:root fpm-liveness.sh /usr/local/bin/fpm-liveness.sh
Expand Down

0 comments on commit be92586

Please sign in to comment.