Skip to content

Commit d0b1fc4

Browse files
Merge pull request #9 from phparkitect/update-composer-version
Update composer version to 2.5.5
2 parents 05a72a9 + 5c72fd5 commit d0b1fc4

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 <[email protected]>"
1111

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

1414
RUN mkdir /composer
1515
ENV COMPOSER_HOME=/composer

0 commit comments

Comments
 (0)