Upgrade to Node 12

This commit is contained in:
Eric Mc Sween
2021-03-12 17:17:08 -05:00
parent 5efae3bee6
commit 71470d3410
5 changed files with 10 additions and 8 deletions

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