Ver Fonte

chore: 更新Dockerfile node版本

TianChenjiang há 4 anos atrás
pai
commit
7ea9c45565
1 ficheiros alterados com 1 adições e 1 exclusões
  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