From ef12b8b4ebd9e9c69763751ee1f2e99b10aa41e7 Mon Sep 17 00:00:00 2001 From: Philip Harrison Date: Tue, 9 Feb 2021 18:06:17 +0000 Subject: [PATCH] Update npm to 7.5.3 in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5a85147546..d91b8863889 100644 --- a/Dockerfile +++ b/Dockerfile @@ -97,7 +97,7 @@ RUN npm install elm@0.18.0 \ # NOTE: This is a hack to get around the fact that elm 18 fails to install with # npm 7, we should look into deprecating elm 18 -RUN npm install -g npm@v7.5.2 +RUN npm install -g npm@v7.5.3 ### PHP