I saw that the Python version in the Docker image is still 3.6.12. Is it a possibility to change `FROM python:3.6-slim` to `python:3.9-slim` (https://hub.docker.com/_/python) ?
I saw that the Python version in the Docker image is still 3.6.12.
Is it a possibility to change
FROM python:3.6-slimtopython:3.9-slim(https://hub.docker.com/_/python) ?