Update python Docker tag to v3.11.3

This commit is contained in:
Renovate Bot 2023-04-11 09:55:52 +00:00
parent 8908583cba
commit 6186742e11

View file

@ -1,4 +1,4 @@
FROM python:3.10.9-alpine FROM python:3.11.3-alpine
# Or any preferred Python version. # Or any preferred Python version.
ADD example_bot.py . ADD example_bot.py .
RUN pip install discord.py RUN pip install discord.py