From df1c0a1a75d15a80a4afb835677958201ef5f27d Mon Sep 17 00:00:00 2001 From: xiao Date: Sun, 22 Dec 2024 09:33:59 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=20MySQL=20?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E8=84=9A=E6=9C=AC=E4=BB=A5=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E6=9C=80=E6=96=B0=E7=89=88=E6=9C=AC?= 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 e5c0ff4..3dbc72b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN curl -o /lamp/apache.sh https://download.bt.cn/install/0/apache.sh \ && sh /lamp/apache.sh install 2.4 \ && curl -o /lamp/php.sh https://download.bt.cn/install/3/php.sh \ && sh /lamp/php.sh install 8.3 \ - && curl -o /lamp/mysql.sh https://download.bt.cn/install/3/mysql.sh \ + && curl -o /lamp/mysql.sh https://download.bt.cn/install/4/mysql.sh \ && sh /lamp/mysql.sh install 8.0 \ && sh /lamp/phpmyadmin.sh install 5.2 \ && rm -rf /lamp \