Merge pull request #114 from f841705799/master

Update QQ download URLs in Dockerfile for newer version
This commit is contained in:
Nick007
2026-05-06 11:05:39 +08:00
committed by GitHub

View File

@@ -62,10 +62,10 @@ ARG INSTALL_QQ
RUN if [ "$INSTALL_QQ" = "true" ]; then \ RUN if [ "$INSTALL_QQ" = "true" ]; then \
case "$TARGETPLATFORM" in \ case "$TARGETPLATFORM" in \
"linux/amd64") \ "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" ;; \ QQ_ARCH="x86_64" ;; \
"linux/arm64") \ "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" ;; \ QQ_ARCH="arm64" ;; \
*) \ *) \
echo "❌ Unsupported platform: $TARGETPLATFORM" >&2; \ echo "❌ Unsupported platform: $TARGETPLATFORM" >&2; \