diff options
author | Astound <kirito@disroot.org> | 2024-04-08 07:29:31 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-04-08 07:29:31 +0800 |
commit | fca0d4d17b613a64f8bfd810f7089b8c1f6e714c (patch) | |
tree | cb4aca10fcab2cca368924507b1027446aef1ce2 | |
parent | 9e75af008abbde74473052ecc27412dac7e01945 (diff) | |
download | yt-local-docker-fca0d4d17b613a64f8bfd810f7089b8c1f6e714c.tar.lz yt-local-docker-fca0d4d17b613a64f8bfd810f7089b8c1f6e714c.tar.xz yt-local-docker-fca0d4d17b613a64f8bfd810f7089b8c1f6e714c.zip |
update to yt-local v0.2.15
-rw-r--r-- | core/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Dockerfile b/core/Dockerfile index 384400b..fd418ec 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="0.2.14" +ARG YT_BRANCH="0.2.15" RUN mkdir --parents "$APP_DIR" |