new python version
Some checks failed
Publish Docker image / Push Docker image to registry (push) Failing after 2m49s

This commit is contained in:
2025-11-13 22:25:12 +01:00
parent 1201b6912f
commit f4d6d85d3c

View File

@@ -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