Skip to content

Commit

Permalink
Merge pull request #648 from bugsnag/fix-composer-version
Browse files Browse the repository at this point in the history
Use Composer 2.2 when building bugsnag.phar
  • Loading branch information
imjoehaines authored May 20, 2022
2 parents 44fc93c + 3eafcf1 commit 88bac64
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 @@ -4,6 +4,6 @@ ENV COMPOSER_ALLOW_SUPERUSER 1

RUN apk update && apk upgrade

COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.2 /usr/bin/composer /usr/bin/composer

ENTRYPOINT ["php"]

0 comments on commit 88bac64

Please sign in to comment.