python-dependency-injector
python-dependency-injector copied to clipboard
Fix docker image version in asyncio daemon tutorial
trafficstars
In asyncio daemon tutorial, at the part before define the Dockerfile content, it's said it will use python:3.9-buster, but in Dockerfile, it uses python:3.10-buster in FROM tag.
This PR proposes set both as python:3.10-buster image version.