使用 node 22-slim

This commit is contained in:
2025-07-30 22:35:55 +08:00
parent 36d9ee20a2
commit fca298ab4b

View File

@@ -1,5 +1,5 @@
FROM node:20-slim AS build
FROM node:22-slim AS build
WORKDIR /app
# Copy the entire project