diff --git a/Dockerfile b/Dockerfile index cab0647..cba2f17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ ENV LOG_DIRECTORY="${LOG_DIRECTORY}" \ WORKDIR ${WORKDIR} RUN set -ex && \ + apk upgrade --no-cache zlib && \ apk add --no-cache ca-certificates curl && \ curl --proto '=https' -LsSf https://astral.sh/uv/install.sh | sh && \ addgroup -g 1000 botuser && \ diff --git a/pyproject.toml b/pyproject.toml index 120db6e..643cea3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "DiscordBot" version = "3.0.8" description = "A simple Discord bot with OpenAI support and server administration tools" urls.Repository = "https://github.com/ddc/DiscordBot" -urls.Homepage = "https://github.com/ddc/DiscordBot" +urls.Homepage = "https://ddc.github.io/DiscordBot" license = { text = "MIT" } readme = "README.md" authors = [ @@ -14,8 +14,8 @@ maintainers = [ ] keywords = [ "python", "python3", "python-3", - "DiscordBot", "discord-bots", "bot", - "discord-py", "discord" + "DiscordBot", "discord-bot", "bot", + "discord-py", "discord-py-bot", "discord" ] classifiers = [ "Topic :: Communications :: Chat",