diff --git a/{{cookiecutter.project_slug}}/docker/django/Dockerfile b/{{cookiecutter.project_slug}}/docker/django/Dockerfile index e55212a..02e971a 100644 --- a/{{cookiecutter.project_slug}}/docker/django/Dockerfile +++ b/{{cookiecutter.project_slug}}/docker/django/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.5 +FROM python:3.11.2 ENV PYTHONUNBUFFERED 1