From dd289ccc5f6b2dda92a215e1ea52e64132e725d0 Mon Sep 17 00:00:00 2001 From: Mike Kusold Date: Wed, 8 Nov 2023 22:27:41 -0700 Subject: [PATCH] Revert to Python 3.11 3.12 is causing errors with six.moves in the dateutils library. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4715e77..a7c09d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.0-alpine +FROM python:3.11.0-alpine WORKDIR /shreddit COPY requirements.txt ./