Browse Source

chore: 更新Dockerfile node版本

TianChenjiang 4 years ago
parent
commit
7ea9c45565
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM node:10-alpine as builder  
+FROM node:12-alpine as builder  
 WORKDIR /code
 RUN yarn config set registry https://registry.npm.taobao.org/
 ADD package.json /code