From e720b4e355792aa40291128634d3947728c064eb Mon Sep 17 00:00:00 2001 From: xiao Date: Mon, 4 Nov 2024 17:57:52 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E5=B0=9D=E8=AF=95=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E4=BD=8E=E7=89=88=E6=9C=AC=20Nginx?= 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 18de05f..cb34f3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,7 @@ RUN mkdir -p /lnmp # 安装 Nginx 1.27 RUN curl -o /lnmp/nginx.sh https://download.bt.cn/install/3/nginx.sh \ - && sh /lnmp/nginx.sh install 1.27 + && sh /lnmp/nginx.sh install 1.26 # 安装 PHP 8.3 RUN curl -o /lnmp/php.sh https://download.bt.cn/install/4/php.sh \