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
@ -1,8 +1,8 @@
|
||||
# Base image for building
|
||||
ARG LITELLM_BUILD_IMAGE=python:3.11.8-slim
|
||||
ARG LITELLM_BUILD_IMAGE=python:3.13.1-slim
|
||||
|
||||
# Runtime image
|
||||
ARG LITELLM_RUNTIME_IMAGE=python:3.11.8-slim
|
||||
ARG LITELLM_RUNTIME_IMAGE=python:3.13.1-slim
|
||||
# Builder stage
|
||||
FROM $LITELLM_BUILD_IMAGE AS builder
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
litellm
|
||||
litellm==1.55.3
|
||||
@ -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…
Reference in New Issue
Block a user