diff --git a/Dockerfile b/Dockerfile index c51f335..8a9a4dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 使用官方 Node.js 运行时作为父镜像 -FROM node:18-alpine AS build-stage +FROM node:22-alpine AS build-stage # 设置工作目录 WORKDIR /app