We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67285df commit 019402fCopy full SHA for 019402f
Dockerfile
@@ -21,7 +21,7 @@ WORKDIR /
21
# RUN aria2c -x10 https://github.com/tsukumijima/KonomiTV/releases/download/v0.12.0/thirdparty-linux.tar.xz
22
# RUN tar xvf thirdparty-linux.tar.xz
23
## 開発版 (0.xx.x-dev) 用
24
-RUN aria2c -x10 https://nightly.link/tsukumijima/KonomiTV/actions/runs/19078501299/thirdparty-linux.tar.xz.zip
+RUN aria2c -x10 https://nightly.link/tsukumijima/KonomiTV/actions/runs/19267412345/thirdparty-linux.tar.xz.zip
25
RUN unzip thirdparty-linux.tar.xz.zip && tar xvf thirdparty-linux.tar.xz
26
27
# --------------------------------------------------------------------------------------------------------------
0 commit comments