Added .readthedocs.yaml, fixed Pyinstaller and Docker workflows (#1874)

This commit is contained in:
Soxoj
2024-11-23 19:11:25 +01:00
committed by GitHub
parent 1ff75403cd
commit f78c93eaca
3 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.10-slim
LABEL maintainer="Soxoj <soxoj@protonmail.com>"
WORKDIR /app
RUN pip install --no-cache-dir --upgrade pip