mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
Litellm security fixes (#7282)
* build(Dockerfile): bump node version * build(Dockerfile): bump python version fix critical errors * build(requirements.txt): fix snyk errors
This commit is contained in:
parent
0fe8bfe87a
commit
e332e93786
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
# Use the specific Node.js v20.11.0 image
|
||||
FROM node:20.11.0
|
||||
FROM node:20.18.1
|
||||
|
||||
# Set the working directory inside the container
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue