From 2c06d69e451103feb2d9083c5d077bafaaf381a8 Mon Sep 17 00:00:00 2001 From: kale Date: Mon, 8 Dec 2025 04:56:35 -0500 Subject: [PATCH] =?UTF-8?q?[fix]:[20251208][drone=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=B7=A5=E7=A8=8B=E7=9A=84cicd=208]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile-frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile-frontend b/docker/Dockerfile-frontend index e145685..df84b9c 100644 --- a/docker/Dockerfile-frontend +++ b/docker/Dockerfile-frontend @@ -15,7 +15,7 @@ COPY vue-ui/ . # RUN npm run build # 运行阶段,使用独立 nginx 镜像 -FROM registry.cn-beijing.aliyuncs.com/yinzy/nginx:latest AS runtime +FROM registry.cn-beijing.aliyuncs.com/yinzy/nginx:alpine-stable AS runtime # 清理默认页面 WORKDIR /usr/share/nginx/html -- 2.47.2