aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAstound <kirito@disroot.org>2024-03-10 02:17:28 +0800
committerAstound <kirito@disroot.org>2024-03-10 02:17:28 +0800
commitc50e6fd789ff0081e6785b167b229d5f970b4222 (patch)
treec31c45f6f5189e71e57956c3fa43e80740f3e3b0
parent07c4e6f777fac2cd59e115008b06ede990698fff (diff)
downloadyt-local-docker-c50e6fd789ff0081e6785b167b229d5f970b4222.tar.lz
yt-local-docker-c50e6fd789ff0081e6785b167b229d5f970b4222.tar.xz
yt-local-docker-c50e6fd789ff0081e6785b167b229d5f970b4222.zip
update to version 0.2.9
-rw-r--r--core/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Dockerfile b/core/Dockerfile
index d9ac270..68d6644 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.8"
+ARG YT_BRANCH="0.2.9"
RUN mkdir --parents "$APP_DIR"