这是indexloc提供的服务,不要输入任何密码
Skip to content

[BUG]: Docker image 1.8.2 still running version 0.2.0 inside container #4028

@twillett

Description

@twillett

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

No one assigned

    Labels

    possible bugBug was reported but is not confirmed or is unable to be replicated.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions