diff options
Diffstat (limited to 'core/Dockerfile')
-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 && \ |