Upgrade to node 12

This commit is contained in:
Simon Detheridge
2020-03-04 10:06:18 +00:00
parent 8905d393f7
commit a3782422b7
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.3.6
FROM node:10.19.0 as base
FROM node:12.16.1 as base
WORKDIR /app
COPY install_deps.sh /app