From 2696b97d0562ce4aca3ec7ef164f3bff1ee63928 Mon Sep 17 00:00:00 2001 From: xiao Date: Mon, 4 Nov 2024 21:29:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=8D=A2MySQL=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=B8=BA5.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- arm64/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arm64/Dockerfile b/arm64/Dockerfile index 9478dcd..7a29639 100644 --- a/arm64/Dockerfile +++ b/arm64/Dockerfile @@ -56,9 +56,9 @@ RUN curl -o /lnmp/nginx.sh https://download.bt.cn/install/3/nginx.sh \ RUN curl -o /lnmp/php.sh https://download.bt.cn/install/4/php.sh \ && sh /lnmp/php.sh install 8.3 -# 安装 MySQL 8.0 +# 安装 MySQL 5.7 RUN curl -o /lnmp/mysql.sh https://download.bt.cn/install/4/mysql.sh \ - && sh /lnmp/mysql.sh install 8.0 + && sh /lnmp/mysql.sh install 5.7 # 清理安装包 RUN rm -rf /lnmp \