mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-05 00:01:00 +00:00
Merge pull request #626 from cifer-sudo/main
Update Dockerfile and requirements.txt to improve security and reduce vulnerabilities
This commit is contained in:
commit
940d3906a4
@ -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 \
|
||||
|
@ -17,3 +17,5 @@ retrying
|
||||
mailgw_temporary_email
|
||||
pycryptodome
|
||||
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
|
Loading…
Reference in New Issue
Block a user