Python 3.9 Docker

in your dockerfile:

# syntax=docker/dockerfile:1
FROM python:3.8-slim-buster
Gifted Gull