From 88abdd76a4a7550dab3874d221635112fb3fabe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Tue, 15 Apr 2025 14:20:32 +0800 Subject: [PATCH] Revert "feat: qqnt->34231" This reverts commit 830ecef682deae2e4df0c53a69813a50c6fd9330. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5ece54..a7b67ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY NapCat.Shell.zip entrypoint.sh templates /app/ # 安装Linux QQ RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \ - curl -o linuxqq.deb https://dldir1.qq.com/qqfile/qq/QQNT/d4ef758e/linuxqq_3.2.17-34231_${arch}.deb && \ + curl -o linuxqq.deb https://dldir1.qq.com/qqfile/qq/QQNT/4c192ba9/linuxqq_3.2.16-32869_${arch}.deb && \ dpkg -i --force-depends linuxqq.deb && rm linuxqq.deb && \ chmod +x entrypoint.sh && \ echo "(async () => {await import('file:///app/napcat/napcat.mjs');})();" > /opt/QQ/resources/app/loadNapCat.js && \