Skip to content

Commit 019402f

Browse files
committed
Update: [Dockerfile] 開発版用サードパーティーライブラリを更新
1 parent 67285df commit 019402f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ WORKDIR /
2121
# RUN aria2c -x10 https://github.com/tsukumijima/KonomiTV/releases/download/v0.12.0/thirdparty-linux.tar.xz
2222
# RUN tar xvf thirdparty-linux.tar.xz
2323
## 開発版 (0.xx.x-dev) 用
24-
RUN aria2c -x10 https://nightly.link/tsukumijima/KonomiTV/actions/runs/19078501299/thirdparty-linux.tar.xz.zip
24+
RUN aria2c -x10 https://nightly.link/tsukumijima/KonomiTV/actions/runs/19267412345/thirdparty-linux.tar.xz.zip
2525
RUN unzip thirdparty-linux.tar.xz.zip && tar xvf thirdparty-linux.tar.xz
2626

2727
# --------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)