From 2149bfc7d403d053dc18fa69f900690e0eea5c2f Mon Sep 17 00:00:00 2001 From: chufan Date: Sat, 5 Oct 2024 08:46:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9`Dockerfile`=E7=9A=84`?= =?UTF-8?q?Nginx`=E9=85=8D=E7=BD=AE=EF=BC=8C=E4=BF=AE=E5=A4=8D=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E6=97=B6=E9=95=9C=E5=83=8F=E5=B9=B3=E5=8F=B0=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 177335b..eefffe8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store sh ./scripts/ci && pnpm build: pnpm build:docs-proxy; \ fi; -FROM registry.cn-hangzhou.aliyuncs.com/142vip/nginx:1.23.0-alpine +FROM registry.cn-hangzhou.aliyuncs.com/142vip/nginx:1.27.0-alpine ## 自定义镜像的Label信息 ARG APP_NAME