diff --git a/Dockerfile b/Dockerfile index 02a9350..0caaf7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,7 +69,7 @@ CMD ["php-fpm"] ENV COMPOSER_ALLOW_SUPERUSER=1 ENV PATH="${PATH}:/root/.composer/vendor/bin" -COPY --from=composer:2 --link /usr/bin/composer /usr/bin/composer +COPY --from=composer/composer:2-bin --link /composer /usr/bin/composer # prevent the reinstallation of vendors at every changes in the source code COPY composer.* symfony.* ./