-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
possible bugBug was reported but is not confirmed or is unable to be replicated.Bug was reported but is not confirmed or is unable to be replicated.
Description
How are you running AnythingLLM?
Docker (local)
What happened?
I pulled ghcr.io/mintplex-labs/anything-llm:1.8.2, and after starting the container, the package.json inside still reports:
"version": "0.2.0"
Expected: package.json should reflect version 1.8.2 if image was built from the correct source.
Can you please confirm if the Docker image is up-to-date or if there's a mismatch between GitHub tags and Docker builds?
Thanks!
Are there known steps to reproduce?
Steps to reproduce:
-docker pull ghcr.io/mintplex-labs/anything-llm:1.8.2
-Run container
-Exec into the container and check /app/server/package.json
Result: "version": "0.2.0"
Metadata
Metadata
Assignees
Labels
possible bugBug was reported but is not confirmed or is unable to be replicated.Bug was reported but is not confirmed or is unable to be replicated.