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