Upgrade to Node 12

This commit is contained in:
Eric Mc Sween
2021-03-12 14:44:55 -05:00
parent 8ae3a43b79
commit 8b6f1f5750
5 changed files with 10 additions and 8 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.23.1 as base
FROM node:12.21.0 as base
WORKDIR /app