diff --git a/Dockerfile b/Dockerfile index 14d3e2a..551099e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,10 +62,10 @@ ARG INSTALL_QQ RUN if [ "$INSTALL_QQ" = "true" ]; then \ case "$TARGETPLATFORM" in \ "linux/amd64") \ - QQ_URL="https://dldir1v6.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.22_251203_amd64_01.deb"; \ + QQ_URL="https://dldir1v6.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.27_260401_amd64_01.deb"; \ QQ_ARCH="x86_64" ;; \ "linux/arm64") \ - QQ_URL="https://dldir1v6.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.22_251203_arm64_01.deb"; \ + QQ_URL="https://dldir1v6.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.27_260401_arm64_01.deb"; \ QQ_ARCH="arm64" ;; \ *) \ echo "❌ Unsupported platform: $TARGETPLATFORM" >&2; \