From db510ed70351d76bf7deaf5466905f42332c6c37 Mon Sep 17 00:00:00 2001 From: Astound Date: Sat, 30 Mar 2024 06:48:57 +0800 Subject: update to v0.2.11 --- core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/Dockerfile b/core/Dockerfile index 828b3da..00dc78c 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.10" +ARG YT_BRANCH="0.2.11" RUN mkdir --parents "$APP_DIR" -- cgit v1.2.3