mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-01 14:21:34 -05:00
update to node 10.21.0
This commit is contained in:
parent
a3bc59fba5
commit
41023a291e
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
10.19.0
|
10.21.0
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Instead run bin/update_build_scripts from
|
# Instead run bin/update_build_scripts from
|
||||||
# https://github.com/sharelatex/sharelatex-dev-environment
|
# https://github.com/sharelatex/sharelatex-dev-environment
|
||||||
|
|
||||||
FROM node:10.19.0 as base
|
FROM node:10.21.0 as base
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY install_deps.sh /app
|
COPY install_deps.sh /app
|
||||||
|
|
Loading…
Reference in a new issue