Upgrade to Node 12

This commit is contained in:
Eric Mc Sween
2021-03-12 16:40:30 -05:00
parent c68e1a2dfe
commit 2f9b9951e6
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