diff options
author | Astound <kirito@disroot.org> | 2024-04-06 22:20:53 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-04-06 22:20:53 +0800 |
commit | 86cc653b15e4173874f66049dec9bce05333fa97 (patch) | |
tree | f1811cf129f48a29ae24e57ddd1ff07b326df336 /core | |
parent | 114d6f3ebaa11296af310acaa6def80126cd91c6 (diff) | |
download | yt-local-docker-86cc653b15e4173874f66049dec9bce05333fa97.tar.lz yt-local-docker-86cc653b15e4173874f66049dec9bce05333fa97.tar.xz yt-local-docker-86cc653b15e4173874f66049dec9bce05333fa97.zip |
update to yt-local v0.2.13
Diffstat (limited to 'core')
-rw-r--r-- | core/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Dockerfile b/core/Dockerfile index 30b01c9..8ae03dd 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.12" +ARG YT_BRANCH="0.2.13" RUN mkdir --parents "$APP_DIR" |