diff --git a/Dockerfile b/Dockerfile index 487e9a8ea96..0db7e2f7075 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10-slim +FROM node:12-slim # Install node_modules into a different directory to avoid npm/npm#9863. RUN mkdir -p /srv/node