new python version
Some checks failed
Publish Docker image / Push Docker image to registry (push) Failing after 2m49s
Some checks failed
Publish Docker image / Push Docker image to registry (push) Failing after 2m49s
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM python:3.11.3-slim-bullseye
|
FROM python:3.14.0-slim-trixie
|
||||||
|
|
||||||
WORKDIR /app
|
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/hifimusix/streamrip.git --upgrade
|
||||||
RUN pip install git+https://github.com/nathom/streamrip --upgrade
|
RUN pip install git+https://github.com/nathom/streamrip --upgrade
|
||||||
COPY .config/streamrip/config.toml /root/.config/streamrip/config.toml
|
COPY .config/streamrip/config.toml /root/.config/streamrip/config.toml
|
||||||
|
|||||||
Reference in New Issue
Block a user