Explorar o código

针对arm平台做了file修改

xuxiaopang %!s(int64=2) %!d(string=hai) anos
pai
achega
69a55823cd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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