diff --git a/api/Dockerfile b/api/Dockerfile index c79a3e38a0..708e99f1b5 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -89,7 +89,7 @@ ENV COMPOSER_CACHE_DIR=/tmp/composer/cache RUN mkdir -p /tmp/composer/cache RUN chmod ugo+w /tmp/composer/cache -COPY --from=composer:2.6 /usr/bin/composer /usr/bin/composer +COPY --from=composer:2.7 /usr/bin/composer /usr/bin/composer # prevent the reinstallation of vendors at every changes in the source code COPY composer.json composer.lock symfony.lock ./