Skip to content

Commit bbd84b8

Browse files
committed
Update Celery Docker image to Python 3.9
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.
1 parent 3d2e093 commit bbd84b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/backend/celeryworker.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7
1+
FROM python:3.9
22

33
WORKDIR /app/
44

0 commit comments

Comments
 (0)