diff --git a/Dockerfile b/Dockerfile index d3275cf..53bdf16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13 +FROM python:3.12 # really wanted to use fedora, but oh well WORKDIR /app @@ -9,4 +9,4 @@ RUN apt update && apt install libavcodec-dev libavdevice-dev libavfilter-dev lib RUN pip install -r requirements.txt -CMD python3 main.py \ No newline at end of file +CMD python3 main.py