From 9e5544753c1cad48f5e082e8b07f13b57b746744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sapone?= Date: Wed, 2 Nov 2022 17:11:37 +0100 Subject: [PATCH] Using the new binary-only image from Composer --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.* ./