diff --git a/Dockerfile b/Dockerfile index 72eec24..64619f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.17.1 as builder +FROM node:20.9.0 as builder WORKDIR /app RUN curl -o- -L https://yarnpkg.com/install.sh | bash # RUN yarn config set registry https://registry.npm.taobao.org -g