diff --git a/.nvmrc b/.nvmrc index 5b7269c..b61c07f 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -10.19.0 +10.21.0 diff --git a/Dockerfile b/Dockerfile index 40615ad..9b37883 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Instead run bin/update_build_scripts from # https://github.com/sharelatex/sharelatex-dev-environment -FROM node:10.19.0 as base +FROM node:10.21.0 as base WORKDIR /app COPY install_deps.sh /app