update node to v10.21.0

This commit is contained in:
Brian Gough
2020-06-03 09:12:21 +01:00
parent 5a39b03bd4
commit f973b377f0
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.3.5
FROM node:10.19.0 as base
FROM node:10.21.0 as base
WORKDIR /app