From 10b676bdadb89e2ca67d857331cb48b247883b6a Mon Sep 17 00:00:00 2001 From: Nick007 Date: Wed, 10 Dec 2025 09:34:23 +0800 Subject: [PATCH] Update QQ download URLs --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5aed5f2..d6ae87a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,10 +54,10 @@ RUN case "$TARGETPLATFORM" in \ # Install QQ based on target architecture RUN case "$TARGETPLATFORM" in \ "linux/amd64") \ - QQ_URL="https://dldir1.qq.com/qqfile/qq/QQNT/18039323/linuxqq_3.2.21-41857_amd64.deb"; \ + QQ_URL="https://dldir1v6.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.22_251203_amd64_01.deb"; \ QQ_ARCH="x86_64" ;; \ "linux/arm64") \ - QQ_URL="https://dldir1.qq.com/qqfile/qq/QQNT/18039323/linuxqq_3.2.21-41857_arm64.deb"; \ + QQ_URL="https://dldir1v6.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.22_251203_arm64_01.deb"; \ QQ_ARCH="arm64" ;; \ *) \ echo "❌ Unsupported platform: $TARGETPLATFORM" >&2; \