Skip to content

Commit

Permalink
Update composer Docker tag to v2.4 (#207)
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] authored Sep 3, 2022
1 parent d8b3b5a commit 2d01478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV TZ=UTC \
COMPOSER_ALLOW_SUPERUSER=1 \
COMPOSER_HOME=/composer

COPY --from=composer:2.3 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.4 /usr/bin/composer /usr/bin/composer

RUN apt-get update \
&& apt-get -y install --no-install-recommends \
Expand Down

0 comments on commit 2d01478

Please sign in to comment.