From f273ed4f1eef3f036de4fb4052d39fb43ad45072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 29 Oct 2020 11:59:28 +0100 Subject: [PATCH] Composer 2 (#517) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b65febe5..6a468038 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM php:${PHP_TARGET}-cli # We need to do this again as the FROM line seems to clear the ARG ARG PHP_TARGET=7.4 -ARG COMPOSER_TARGET=1.10.0 +ARG COMPOSER_TARGET=2.0.3 WORKDIR /var/www/html