Merge branch 'feature/docker' of git.yoho.cn:fe/yohobuywap-node into feature/docker
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
6 | # nginx version: 1.12.0 | 6 | # nginx version: 1.12.0 |
7 | ############################################################ | 7 | ############################################################ |
8 | 8 | ||
9 | -#base image : ccr.ccs.tencentyun.com/yoho-base/nodejs | ||
10 | -FROM ccr.ccs.tencentyun.com/yoho-base/nodejs | 9 | +#base image : ccr.ccs.tencentyun.com/yoho-base/nodejs:8.9.1 |
10 | +FROM ccr.ccs.tencentyun.com/yoho-base/nodejs:8.9.1 | ||
11 | 11 | ||
12 | MAINTAINER xiaoxiao.hao <xiaoxiao.hao@yoho.cn> | 12 | MAINTAINER xiaoxiao.hao <xiaoxiao.hao@yoho.cn> |
13 | 13 |
-
Please register or login to post a comment