Update python version in asyncio daemon example

This commit is contained in:
Roman Mogylatov 2021-09-30 12:08:31 -04:00
parent 3bd0edce5f
commit 2ddb2095ae

View File

@ -1,4 +1,4 @@
FROM python:3.8-buster
FROM python:3.9-buster
ENV PYTHONUNBUFFERED=1