update to node 10.21.0

This commit is contained in:
Brian Gough
2020-06-03 10:22:39 +01:00
parent 131e943675
commit 372ccb3a2b
3 changed files with 4 additions and 4 deletions
+1 -1
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