diff options
author | Astound <kirito@disroot.org> | 2024-08-04 12:19:48 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-08-04 12:19:48 +0800 |
commit | 0163470f74037f159eb5d2888ca3abae8e087f95 (patch) | |
tree | 8051f56fd4952606dce316c3388420067bd486cc | |
parent | ee52b5223028e62e0c6f5007027d45f0ab6eb2ab (diff) | |
download | yt-local-docker-0163470f74037f159eb5d2888ca3abae8e087f95.tar.lz yt-local-docker-0163470f74037f159eb5d2888ca3abae8e087f95.tar.xz yt-local-docker-0163470f74037f159eb5d2888ca3abae8e087f95.zip |
Update YT_REPO
-rw-r--r-- | core/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Dockerfile b/core/Dockerfile index e51b177..5d6e04f 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -6,7 +6,7 @@ ENV LANG=C.UTF-8 ENV LC_ALL=C.UTF-8 ARG APP_DIR="/srv/app" -ARG YT_REPO="https://git.sr.ht/~heckyel/yt-local" +ARG YT_REPO="https://git.fridu.us/heckyel/yt-local.git" ARG YT_BRANCH="v0.2.18" RUN apk update && \ |