Skip to content

Commit

Permalink
Update composer Docker tag to v2.7.7 (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 8, 2024
1 parent aa92829 commit 4fca49c
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 @@ -2,7 +2,7 @@ FROM php:8.4.0alpha4-alpine

ENV COMPOSER_HOME="/tmp/composer"

COPY --from=composer:2.6.5 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.7.7 /usr/bin/composer /usr/bin/composer

RUN set -x \
&& apk add --no-cache git \
Expand Down

0 comments on commit 4fca49c

Please sign in to comment.