Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #71 from Thecode764/renovate/composer-2.x
Browse files Browse the repository at this point in the history
Update composer Docker tag to v2.7
  • Loading branch information
Thecode764 committed Jun 8, 2024
2 parents b36d3a4 + 4d33be1 commit a677616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirror/directory-lister/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV HOME="/tmp"
ENV COMPOSER_HOME="/tmp"
ENV XDG_CONFIG_HOME="/tmp/.config"

COPY --from=composer:2.6 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.7 /usr/bin/composer /usr/bin/composer

COPY --from=node:20.14 /usr/local/bin/node /usr/local/bin/node
COPY --from=node:20.14 /usr/local/lib/node_modules /usr/local/lib/node_modules
Expand Down

0 comments on commit a677616

Please sign in to comment.