test: Nginx 调整回1.27

This commit is contained in:
xiao 2024-11-04 18:13:30 +08:00 committed by cnb
parent e720b4e355
commit eb6e8f8dda

View File

@ -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 \