From 0d4497c5e92a24c04fea98f1154bf013e5dbd41d Mon Sep 17 00:00:00 2001 From: lsy Date: Wed, 27 Nov 2024 14:25:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0typecho=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Config/Docker/Installs/typecho.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/Docker/Installs/typecho.sh b/Config/Docker/Installs/typecho.sh index d29a8ae..4220d2e 100644 --- a/Config/Docker/Installs/typecho.sh +++ b/Config/Docker/Installs/typecho.sh @@ -102,7 +102,7 @@ networks: # 定义的内部网络 EOF cd data -wget https://github.com/typecho/typecho/releases/download/v1.2.1/typecho.zip -O typecho.zip +wget https://github.com/typecho/typecho/releases/latest/download/typecho.zip -O typecho.zip unzip typecho.zip rm typecho.zip