diff --git a/core/Dockerfile b/core/Dockerfile index 68d6644..18dc264 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.9" +ARG YT_BRANCH="0.2.10" RUN mkdir --parents "$APP_DIR"