更新 Dockerfile
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m9s

This commit is contained in:
2026-07-20 15:33:35 +08:00
parent 563804f67f
commit 09225dd8bc

View File

@@ -30,7 +30,7 @@ RUN pnpm run nd
# ================================
# 阶段 2: 运行阶段
# ================================
FROM --platform=linux/amd64 nginx:alpine
FROM --platform=linux/amd64 nginx:1.31.2-alpine
# 使用阿里云镜像源加速
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories