Skip to content

Commit

Permalink
Upgrade Composer to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MKodde committed Dec 4, 2023
1 parent ec35e82 commit b458fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/php-build-stepup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | b
&& nvm use default

# Composer
COPY --from=composer:1 /usr/bin/composer /usr/local/bin/composer
COPY --from=composer /usr/bin/composer /usr/local/bin/composer

# Fix npm
RUN mkdir /.npm && chown -R "${NPM_UID}:${NPM_GID}" "/.npm"
Expand Down

0 comments on commit b458fb9

Please sign in to comment.