diff options
author | Astound <kirito@disroot.org> | 2024-01-29 06:22:18 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-01-29 06:22:18 +0800 |
commit | 07c4e6f777fac2cd59e115008b06ede990698fff (patch) | |
tree | ab6537d9e1ab4eb8afde968a21abb34cb29b587b /core/Dockerfile | |
parent | 9dba53d4ed991e2739f4b14f2223c4feb224b0ec (diff) | |
download | yt-local-docker-07c4e6f777fac2cd59e115008b06ede990698fff.tar.lz yt-local-docker-07c4e6f777fac2cd59e115008b06ede990698fff.tar.xz yt-local-docker-07c4e6f777fac2cd59e115008b06ede990698fff.zip |
update to v0.2.8
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 9fdbebe..d9ac270 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -11,7 +11,7 @@ RUN apk update && apk upgrade && apk add --no-cache musl-dev build-base make gcc ARG APP_DIR="/srv/app" ARG YT_REPO="https://git.sr.ht/~heckyel/yt-local" -ARG YT_BRANCH="master" +ARG YT_BRANCH="0.2.8" RUN mkdir --parents "$APP_DIR" |