Update python Docker tag to v3.11.3
This commit is contained in:
parent
8908583cba
commit
6186742e11
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.10.9-alpine
|
||||
FROM python:3.11.3-alpine
|
||||
# Or any preferred Python version.
|
||||
ADD example_bot.py .
|
||||
RUN pip install discord.py
|
||||
|
|
Loading…
Reference in a new issue