Merge pull request #60 from overleaf/update-node-10.21.0

Update node to 10.21.0
This commit is contained in:
Brian Gough 2020-06-03 10:42:52 +01:00 committed by GitHub
commit e5a489c3e2
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
10.19.0
10.21.0

View file

@ -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