Skip to content

Commit

Permalink
Update Celery Docker image to Python 3.9
Browse files Browse the repository at this point in the history
https://docs.celeryproject.org/en/stable/whatsnew-5.1.html

While the Celery Docker image has been upgraded to Python 3.9, the
application is still running Celery 4. Further updates to the source
code will be needed before upgrading from Celery 4.
  • Loading branch information
br3ndonland committed Jul 19, 2021
1 parent 3d2e093 commit bbd84b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7
FROM python:3.9

WORKDIR /app/

Expand Down

0 comments on commit bbd84b8

Please sign in to comment.