aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAstound <kirito@disroot.org>2024-04-06 22:20:53 +0800
committerAstound <kirito@disroot.org>2024-04-06 22:20:53 +0800
commit86cc653b15e4173874f66049dec9bce05333fa97 (patch)
treef1811cf129f48a29ae24e57ddd1ff07b326df336
parent114d6f3ebaa11296af310acaa6def80126cd91c6 (diff)
downloadyt-local-docker-86cc653b15e4173874f66049dec9bce05333fa97.tar.lz
yt-local-docker-86cc653b15e4173874f66049dec9bce05333fa97.tar.xz
yt-local-docker-86cc653b15e4173874f66049dec9bce05333fa97.zip
update to yt-local v0.2.13
-rw-r--r--core/Dockerfile2
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"