更新 dockerfile
CI/CD / build (push) Failing after 5m33s Details

This commit is contained in:
zhaojun 2026-01-09 13:32:46 +08:00
parent 7d19186682
commit dd23fde1c0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# 使用官方Node.js镜像
FROM node:20-alpine
FROM node:22-alpine
# 设置工作目录
WORKDIR /build