diff --git a/Dockerfile b/Dockerfile index 1231f2c384e..336030ac507 100644 --- a/Dockerfile +++ b/Dockerfile @@ -110,7 +110,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.7.4 +RUN npm install -g npm@v7.10.0 ### PHP