mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
(security fix) - update base image for all docker images to python:3.13.1-slim
(#7388)
* update base image for all docker files * remove unused files * fix sec vuln
This commit is contained in:
parent
d883241b36
commit
564ecc728d
11 changed files with 5 additions and 328 deletions
|
@ -1,5 +1,5 @@
|
|||
# Use the specific Node.js v20.11.0 image
|
||||
FROM node:20.18.1
|
||||
FROM node:20.18.1-alpine3.20
|
||||
|
||||
# Set the working directory inside the container
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue