Skip to content

Commit

Permalink
Revert to python 3.9 due to openssl incompatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tibroc committed Feb 2, 2024
1 parent 8e66034 commit 27b9539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dist/

# Environment
venv/
.env

# Editor
.vscode
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.9-slim
EXPOSE 5555

COPY requirements.txt /app/requirements.txt
Expand Down

0 comments on commit 27b9539

Please sign in to comment.