Python 3.13 - Adress CVE vulnerabilities #22

Merged
Djeex merged 1 commits from python3.13 into main 2025-09-19 23:14:44 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4c57a3a310 - Show all commits

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(