Change base to alpine
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dalite 2023-01-03 23:56:23 +01:00
parent a93010b194
commit d3d39d0ab6

View file

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