diff --git a/Dockerfile b/Dockerfile index 1b2856d..5c3f370 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY qqnt.json /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/1aff6d6d/linuxqq_3.2.12-28060_${arch}.deb && \ + curl -o linuxqq.deb https://dldir1.qq.com/qqfile/qq/QQNT/f60e8252/linuxqq_3.2.12-28327_${arch}.deb && \ dpkg -i --force-depends linuxqq.deb && rm linuxqq.deb && \ chmod +x entrypoint.sh && \ rm -rf /opt/QQ/resources/app/package.json && \