From 37db1342b5323b7292e9b4f203cdf749030a4d3f Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 12 Sep 2021 16:37:40 +0200 Subject: [PATCH] Update composer to >2 --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0b000be..7e82a9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM mediawiki:1.36 -# Plugins are not compatible with composer 2 yet -ARG COMPOSER_VERSION=1.10.22 +ARG COMPOSER_VERSION=2.1.6 ENV \ WG_SITENAME="Test Wiki" \