#30462 [Bug]: Container builds not delivering correct Next.js version in package-lock.json for UI
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
Although package.json and package-lock.json for LiteLLM Version 1.89.0 are listing Next.js version 16.2.6 for the ui, the container with tag v1.89.0 (ghcr.io/berriai/litellm:v1.89.0) still seems to provide Next.js version 16.1.7
Issue could be that the ui component has not been freshly build. Maybe a caching issue?
### Steps to Reproduce
1. Download container (ghcr.io/berriai/litellm:v1.89.0) and run it 2. Open browser and navigate to /ui path 3. Open Developer Mode (F12) and check Next.js versions in js files
### Relevant log output
```shell
```
### What part of LiteLLM is this about?
UI Dashboard
### What LiteLLM version are you on ?
v1.89.0
### Twitter / LinkedIn details
_No response_