From f4d6d85d3c16b58db3cfbd9e2edf75315e7be5c7 Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 13 Nov 2025 22:25:12 +0100 Subject: [PATCH] new python version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dc04ac0..d9935e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM python:3.11.3-slim-bullseye +FROM python:3.14.0-slim-trixie WORKDIR /app -RUN apt update && apt install -y git +RUN apt update && apt install -y git apt-utils #RUN pip install git+https://github.com/hifimusix/streamrip.git --upgrade RUN pip install git+https://github.com/nathom/streamrip --upgrade COPY .config/streamrip/config.toml /root/.config/streamrip/config.toml