Merge pull request #626 from cifer-sudo/main

Update Dockerfile and requirements.txt to improve security and reduce vulnerabilities
This commit is contained in:
xtekky 2023-06-04 00:27:19 +02:00 committed by GitHub
commit 940d3906a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.12.0b1-slim
RUN apt-get update \
&& apt-get install -y --no-install-recommends ffmpeg \

View File

@ -16,4 +16,6 @@ Levenshtein
retrying
mailgw_temporary_email
pycryptodome
random-password-generator
random-password-generator
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
tornado>=6.3.2 # not directly required, pinned by Snyk to avoid a vulnerability