Skip to content

Commit c645cdc

Browse files
committed
should work with python 3.12
1 parent 6e97908 commit c645cdc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docker image for E4GL_BF4Status_DiscordBot
22
# Creator: H3dius/Hedius gitlab.com/hedius
3-
FROM python:3.11
3+
FROM python:3.12
44

55
# User and Group ID of the account used for execution
66
ARG UID=4000

src/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ nextcord==2.6.0
22
aiohttp==3.11.10
33
numpy==2.2.0
44
dynaconf==3.2.6
5+
setuptools

0 commit comments

Comments
 (0)