update v0.2.17

This commit is contained in:
Astound 2024-04-29 01:14:46 +08:00
parent fca0d4d17b
commit 9543a0b876
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56

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 APP_DIR="/srv/app"
ARG YT_REPO="https://git.sr.ht/~heckyel/yt-local" ARG YT_REPO="https://git.sr.ht/~heckyel/yt-local"
ARG YT_BRANCH="0.2.15" ARG YT_BRANCH="0.2.17"
RUN mkdir --parents "$APP_DIR" RUN mkdir --parents "$APP_DIR"