We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e97908 commit c645cdcCopy full SHA for c645cdc
Dockerfile
@@ -1,6 +1,6 @@
1
# Docker image for E4GL_BF4Status_DiscordBot
2
# Creator: H3dius/Hedius gitlab.com/hedius
3
-FROM python:3.11
+FROM python:3.12
4
5
# User and Group ID of the account used for execution
6
ARG UID=4000
src/requirements.txt
@@ -2,3 +2,4 @@ nextcord==2.6.0
aiohttp==3.11.10
numpy==2.2.0
dynaconf==3.2.6
+setuptools
0 commit comments