Upgrade node version to 10.15

To fix the issue https://lists.debian.org/debian-devel-announce/2019/03/msg00006.html,
it needs to upgrade node to 10.15, which has pitched the fix.

Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
wang yan 2019-03-27 10:47:07 +08:00
parent 215149fc2f
commit 1ba1c5726a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:10.7.0 as nodeportal
FROM node:10.15.0 as nodeportal
RUN mkdir -p /portal_src
RUN mkdir -p /build_dir