From eb6e8f8dda6df401b1f02822c25aeff067c4828d Mon Sep 17 00:00:00 2001 From: xiao Date: Mon, 4 Nov 2024 18:13:30 +0800 Subject: [PATCH] =?UTF-8?q?test:=20Nginx=20=E8=B0=83=E6=95=B4=E5=9B=9E1.27?= 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 cb34f3a..18de05f 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.26 + && sh /lnmp/nginx.sh install 1.27 # 安装 PHP 8.3 RUN curl -o /lnmp/php.sh https://download.bt.cn/install/4/php.sh \