From 2de4151658216885d5450a719296eb22b9883f32 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 18:39:18 +0800 Subject: [PATCH] Reapply "feat: qqnt->34231" This reverts commit 88abdd76a4a7550dab3874d221635112fb3fabe0. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a7b67ef..c5ece54 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/4c192ba9/linuxqq_3.2.16-32869_${arch}.deb && \ + curl -o linuxqq.deb https://dldir1.qq.com/qqfile/qq/QQNT/d4ef758e/linuxqq_3.2.17-34231_${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 && \