fix: 升级node docker镜像

This commit is contained in:
tangtaoit 2024-11-20 19:01:31 +08:00
parent 9aa64447e6
commit 8d0c560013

View File

@ -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