v1.84.3 - Dockerfile Re-cut for Non-Root Image
Deploy this version​
- Docker
- Pip
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
docker.litellm.ai/berriai/litellm:1.84.3
pip install litellm==1.84.3
v1.84.3 is a Dockerfile-only re-cut of v1.84.2; the application code is identical. It restores npm to the Dockerfile.non_root builder stage so the litellm-non_root:1.84.3 image builds, which the 1.84.2 image did not.
If you are upgrading from v1.84.1, see the v1.84.2 notes for the underlying code changes; in particular the path-handling hardening covered in the host-header authentication bypass advisory.
Full Changelog​
https://github.com/BerriAI/litellm/compare/5560f35279...v1.84.3