Merge pull request 'Update python Docker tag to v3.11.3' (#2) from renovate/python-3.x into main

Reviewed-on: https://git.hostingwire.net/cisco/Discord_test/pulls/2
This commit is contained in:
Dalite 2023-04-11 12:18:26 +02:00
commit 39ae263a1a

View file

@ -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