diff --git a/Dockerfile b/Dockerfile index d8ecc1c..4af4c0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ LABEL "repository"="http://github.com/phparkitect/arkitect-github-actions" LABEL "homepage"="http://github.com/actions" LABEL "maintainer"="Alessandro Minoccheri " -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 RUN mkdir /composer ENV COMPOSER_HOME=/composer