Skip to content

Commit 6214e03

Browse files
upgrade composer to 2.5.1 (#61)
1 parent f1304db commit 6214e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL "repository"="http://github.com/oskarstark/phpstan-ga"
99
LABEL "homepage"="http://github.com/actions"
1010
LABEL "maintainer"="Oskar Stark <oskarstark@googlemail.com>"
1111

12-
COPY --from=composer:2.3.10 /usr/bin/composer /usr/local/bin/composer
12+
COPY --from=composer:2.5.1 /usr/bin/composer /usr/local/bin/composer
1313

1414
RUN mkdir /composer
1515
ENV COMPOSER_HOME=/composer

0 commit comments

Comments
 (0)