Explorar el Código

chore: 更新Dockerfile node版本

TianChenjiang hace 4 años
padre
commit
7ea9c45565
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 WORKDIR /code
 RUN yarn config set registry https://registry.npm.taobao.org/
 RUN yarn config set registry https://registry.npm.taobao.org/
 ADD package.json /code
 ADD package.json /code