diff --git a/Dockerfile b/Dockerfile index 7a77cbee..906ace24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ WORKDIR / # RUN aria2c -x10 https://github.com/tsukumijima/KonomiTV/releases/download/v0.8.0/thirdparty-linux.tar.xz # RUN tar xvf thirdparty-linux.tar.xz ## 開発版 (0.x.x-dev) 用 -RUN aria2c -x10 https://nightly.link/tsukumijima/KonomiTV/actions/runs/6533643976/thirdparty-linux.tar.xz.zip +RUN aria2c -x10 https://nightly.link/tsukumijima/KonomiTV/actions/runs/6864782131/thirdparty-linux.tar.xz.zip RUN unzip thirdparty-linux.tar.xz.zip && tar xvf thirdparty-linux.tar.xz # --------------------------------------------------------------------------------------------------------------