Skip to content

Commit 88bac64

Browse files
authored
Merge pull request #648 from bugsnag/fix-composer-version
Use Composer 2.2 when building bugsnag.phar
2 parents 44fc93c + 3eafcf1 commit 88bac64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ ENV COMPOSER_ALLOW_SUPERUSER 1
44

55
RUN apk update && apk upgrade
66

7-
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
7+
COPY --from=composer:2.2 /usr/bin/composer /usr/bin/composer
88

99
ENTRYPOINT ["php"]

0 commit comments

Comments
 (0)