Parcourir la source

chore: 更新Dockerfile node版本

TianChenjiang il y a 4 ans
Parent
commit
7ea9c45565
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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