Skip to content

Commit

Permalink
Revert "[Backend] Move to Python 3.8 (#4239)" (#4245)
Browse files Browse the repository at this point in the history
This reverts commit 25c783c.
  • Loading branch information
gchhablani authored Dec 20, 2023
1 parent 9bb9389 commit cd2b675
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/dev/code-upload-worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.7.5

ENV PYTHONUNBUFFERED 1

Expand Down
2 changes: 1 addition & 1 deletion docker/prod/code-upload-worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.7.5

ENV PYTHONUNBUFFERED 1

Expand Down
2 changes: 1 addition & 1 deletion docker/prod/django/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.7.5

ENV PYTHONUNBUFFERED 1

Expand Down

0 comments on commit cd2b675

Please sign in to comment.