Merge pull request 'Python 3.13 - Adress CVE vulnerabilities' (#22) from python3.13 into main
Reviewed-on: #22
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.11-alpine
|
||||
FROM python:3.13-alpine
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
|
||||
|
@@ -4,7 +4,7 @@ import logging
|
||||
import json
|
||||
import sys
|
||||
|
||||
VERSION = "4.0.0"
|
||||
VERSION = "4.0.1"
|
||||
|
||||
# Logger setup
|
||||
logging.basicConfig(
|
||||
|
Reference in New Issue
Block a user