We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1304db commit 6214e03Copy full SHA for 6214e03
Dockerfile
@@ -9,7 +9,7 @@ LABEL "repository"="http://github.com/oskarstark/phpstan-ga"
9
LABEL "homepage"="http://github.com/actions"
10
LABEL "maintainer"="Oskar Stark <oskarstark@googlemail.com>"
11
12
-COPY --from=composer:2.3.10 /usr/bin/composer /usr/local/bin/composer
+COPY --from=composer:2.5.1 /usr/bin/composer /usr/local/bin/composer
13
14
RUN mkdir /composer
15
ENV COMPOSER_HOME=/composer
0 commit comments