Skip to content

Commit

Permalink
Bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Jan 4, 2025
1 parent 2966a9b commit ff221ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:3.13-alpine
WORKDIR /app
COPY *.py requirements.txt /app/
RUN pip install -r requirements.txt
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
discord.py
discord.py
audioop-lts

0 comments on commit ff221ec

Please sign in to comment.