Skip to content

Commit

Permalink
[Backend] Move to Python 3.8 (#4239)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchhablani authored Dec 18, 2023
1 parent 6de637c commit 25c783c
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.7.5
FROM python:3.8

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.7.5
FROM python:3.8

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.7.5
FROM python:3.8

ENV PYTHONUNBUFFERED 1

Expand Down

0 comments on commit 25c783c

Please sign in to comment.