From 82380b95b0d2b301c3254ed4f6db4b78e09a46bf Mon Sep 17 00:00:00 2001 From: Astound Date: Sun, 2 Mar 2025 07:34:52 +0800 Subject: update to yt-local v0.2.21 --- core/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/Dockerfile') diff --git a/core/Dockerfile b/core/Dockerfile index bedad4f..63c83c6 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/python:3.11-alpine AS base +FROM docker.io/python:3.13-alpine AS base FROM base AS builder @@ -7,7 +7,7 @@ ENV LC_ALL=C.UTF-8 ARG APP_DIR="/srv/app" ARG YT_REPO="https://git.fridu.us/heckyel/yt-local.git" -ARG YT_BRANCH="v0.2.20" +ARG YT_BRANCH="v0.2.21" RUN apk update && \ apk upgrade && \ -- cgit v1.2.3