aboutsummaryrefslogtreecommitdiffstats
path: root/core/Dockerfile
diff options
context:
space:
mode:
authorAstound <kirito@disroot.org>2024-04-29 01:14:46 +0800
committerAstound <kirito@disroot.org>2024-04-29 01:14:46 +0800
commit9543a0b87673e7b057de01d595266fd6c713b6c6 (patch)
tree417b9f800054e481d1975b16ef9825584c9f6109 /core/Dockerfile
parentfca0d4d17b613a64f8bfd810f7089b8c1f6e714c (diff)
downloadyt-local-docker-9543a0b87673e7b057de01d595266fd6c713b6c6.tar.lz
yt-local-docker-9543a0b87673e7b057de01d595266fd6c713b6c6.tar.xz
yt-local-docker-9543a0b87673e7b057de01d595266fd6c713b6c6.zip
update v0.2.17
Diffstat (limited to 'core/Dockerfile')
-rw-r--r--core/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Dockerfile b/core/Dockerfile
index fd418ec..6b9bdd7 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.15"
+ARG YT_BRANCH="0.2.17"
RUN mkdir --parents "$APP_DIR"