Skip to content

Commit

Permalink
Revert to Python 3.11
Browse files Browse the repository at this point in the history
3.12 is causing errors with six.moves in the dateutils library.
  • Loading branch information
kusold committed Nov 9, 2023
1 parent de70351 commit 9cff0b4
Showing 1 changed file with 1 addition and 1 deletion.
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.0-alpine
FROM python:3.11.0-alpine

WORKDIR /shreddit
COPY requirements.txt ./
Expand Down

0 comments on commit 9cff0b4

Please sign in to comment.