python-dependency-injector icon indicating copy to clipboard operation
python-dependency-injector copied to clipboard

Fix docker image version in asyncio daemon tutorial

Open jonatasleon opened this issue 2 years ago • 0 comments
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.

jonatasleon avatar Jun 27 '23 13:06 jonatasleon