From e85a27f69def6ed78958b3fe1721d25614a59811 Mon Sep 17 00:00:00 2001 From: mavis Date: Mon, 15 Jun 2026 18:59:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(postgres):=20zhparser=20=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E4=BB=93=E5=BA=93=20amutu/zhparser(zhparser/zhparser=20404=20?= =?UTF-8?q?=E4=B8=8D=E5=AD=98=E5=9C=A8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/Dockerfile.postgres | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile.postgres b/backend/Dockerfile.postgres index a101363..c8286d8 100644 --- a/backend/Dockerfile.postgres +++ b/backend/Dockerfile.postgres @@ -56,7 +56,7 @@ RUN set -eux; \ ENV CPATH=/usr/local/include RUN set -eux; \ cd /tmp; \ - git clone --depth 1 https://github.com/zhparser/zhparser.git; \ + git clone --depth 1 https://github.com/amutu/zhparser.git; \ cd zhparser; \ make -j$(nproc); \ make install; \