update to v0.2.8

This commit is contained in:
2024-01-29 06:22:18 +08:00
parent 9dba53d4ed
commit 07c4e6f777
2 changed files with 5 additions and 5 deletions

View File

@@ -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"