Skip to content

Commit e06073c

Browse files
Merge pull request #7 from phparkitect/fix-composer
fix composer
2 parents ce4ea60 + 7305e4e commit e06073c

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/phparkitect/arkitect-github-actions"
99
LABEL "homepage"="http://github.com/actions"
1010
LABEL "maintainer"="Alessandro Minoccheri <alessandro.minoccheri@gmail.com>"
1111

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

1414
RUN mkdir /composer
1515
ENV COMPOSER_HOME=/composer

0 commit comments

Comments
 (0)