aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus <heckyel@hyperbola.info>2024-07-09 13:13:18 +0800
committerJesus <heckyel@hyperbola.info>2024-07-09 13:13:18 +0800
commit19f69632a096151f4936759bf788f7c84a07bb12 (patch)
tree223236f1104d1c58f009f0d3988ada89a723b956
parent9543a0b87673e7b057de01d595266fd6c713b6c6 (diff)
downloadyt-local-docker-19f69632a096151f4936759bf788f7c84a07bb12.tar.lz
yt-local-docker-19f69632a096151f4936759bf788f7c84a07bb12.tar.xz
yt-local-docker-19f69632a096151f4936759bf788f7c84a07bb12.zip
update to v0.2.18
-rw-r--r--core/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Dockerfile b/core/Dockerfile
index 6b9bdd7..7a27e6a 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.17"
+ARG YT_BRANCH="v0.2.18"
RUN mkdir --parents "$APP_DIR"