From cc7e847416f17a5b49953e5ffeed29de5d920aa8 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: Sat, 4 May 2024 15:13:31 +0800 Subject: [PATCH] Revert "Update Dockerfile" This reverts commit 0aa939955b49ff0de2b30b23b8fbfdfb2d937ede. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8450f19..dee98b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY config.txt entrypoint.sh ./ # 安装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/Linux/QQ_3.2.7_240403_${arch}_01.deb && \ + curl -o linuxqq.deb https://dldir1.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.7_240410_${arch}_01.deb && \ dpkg -i --force-depends linuxqq.deb && rm linuxqq.deb # 安装 napcat