Merge pull request #3206 from overleaf/em-bump-node

Bump node to version 10.22.1

GitOrigin-RevId: 0995b29be3f67e9eeee5cb90cb214299c0e8b58f
This commit is contained in:
Eric Mc Sween
2020-09-17 02:05:17 +00:00
committed by Copybot
parent 7557e35fba
commit daad4bdcd0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# the base image is suitable for running web with /app bind mounted
FROM node:10.21.0 as base
FROM node:10.22.1 as base
WORKDIR /app