Upgrade to Node 12

This commit is contained in:
Eric Mc Sween
2021-03-23 15:09:12 -04:00
parent a793ecd41b
commit 9b009efd46
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