2 Commits

Author SHA1 Message Date
4c57a3a310 Python 3.13 - Adress CVE vulnerabilities 2025-09-19 21:13:00 +00:00
407e27238f fixed typo 2025-08-06 07:34:56 +00:00
3 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:3.13-alpine
RUN apk add --no-cache ca-certificates

View File

@@ -4,7 +4,7 @@ import logging
import json
import sys
VERSION = "4.0.0"
VERSION = "4.0.1"
# Logger setup
logging.basicConfig(

View File

@@ -6,8 +6,6 @@ services:
env_file:
- .env
environment:
# Minimal environment variables
environment:
# Minimal environment variables
- PRODUCT_NAMES=${PRODUCT_NAMES}
- DISCORD_WEBHOOK_URL=${DISCORD_WEBHOOK_URL}