Sfoglia il codice sorgente

chore: 更新Dockerfile node版本

TianChenjiang 4 anni fa
parent
commit
7ea9c45565
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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