From 68f77877a7d3bb99289adae5b6672d1172d63bf2 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: Fri, 16 Aug 2024 12:43:27 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=86=8D=E6=AC=A1=E6=8B=89=E9=AB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9a89416..36fc8b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,6 @@ FROM mlikiowa/napcat-docker:base WORKDIR /usr/src/app COPY NapCat.Shell.zip entrypoint.sh ./ - # 设置时区 ENV TZ=Asia/Shanghai RUN echo "${TZ}" > /etc/timezone \ @@ -14,7 +13,7 @@ RUN echo "${TZ}" > /etc/timezone \ # 安装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/f74d4392/linuxqq_3.2.12-26702_${arch}.deb && \ + curl -o linuxqq.deb https://dldir1.qq.com/qqfile/qq/QQNT/2b82dc28/linuxqq_3.2.12-26909_${arch}.deb && \ dpkg -i --force-depends linuxqq.deb && rm linuxqq.deb && \ chmod +x entrypoint.sh && \ echo "(async () => {await import('file:///usr/src/app/napcat/napcat.mjs');})();" > /opt/QQ/resources/app/app_launcher/index.js