Update Node base images to 22 LTS

This commit is contained in:
yeasy
2026-05-01 10:24:43 +00:00
parent e6527ae769
commit 7e3f90b522
10 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ FROM node:22-alpine
CMD ["node", "server.js"]
```
> **版本说明**示例使用 `node:22-alpine`这是一个精简的 Node.js 22 版本镜像可根据需求替换为其他版本 `node:20-alpine``node:latest`
> **版本说明**示例使用 `node:22-alpine`这是一个精简的 Node.js 22 版本镜像可根据需求替换为其他版本 `node:24-alpine``node:latest`
#### Q容器无法停止