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.
2 parents ce4ea60 + 7305e4e commit e06073cCopy full SHA for e06073c
Dockerfile
@@ -9,7 +9,7 @@ LABEL "repository"="http://github.com/phparkitect/arkitect-github-actions"
9
LABEL "homepage"="http://github.com/actions"
10
LABEL "maintainer"="Alessandro Minoccheri <alessandro.minoccheri@gmail.com>"
11
12
-COPY --from=composer:2.3.10-bin /composer /usr/local/bin/composer
+COPY --from=composer:2.3.10 /usr/bin/composer /usr/local/bin/composer
13
14
RUN mkdir /composer
15
ENV COMPOSER_HOME=/composer
0 commit comments