[GH-ISSUE #5709] Local Docker is still version 1.12.0 not 1.13 ? #5246

Closed
opened 2026-06-05 14:52:53 -04:00 by yindo · 4 comments
Owner

Originally created by @PCAssistSoftware on GitHub (May 27, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5709

Local Docker is still version 1.12.0 not 1.13 ?

When do the docker images get updated?

Originally created by @PCAssistSoftware on GitHub (May 27, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5709 Local Docker is still version 1.12.0 not 1.13 ? When do the docker images get updated?
yindo closed this issue 2026-06-05 14:52:53 -04:00
Author
Owner

@timothycarambat commented on GitHub (May 27, 2026):

Image

On local dev, master branch at HEAD ~ 9fe6bbfb09

Confirmed this is the case also on latest - sounds like you just need to repull the image??

<!-- gh-comment-id:4556146710 --> @timothycarambat commented on GitHub (May 27, 2026): <img width="227" height="123" alt="Image" src="https://github.com/user-attachments/assets/8d1d7f31-4238-41a3-be2e-5a3c9f0945e1" /> On local dev, master branch at HEAD ~ 9fe6bbfb09c07628784213e9192a19d2f12bb2a7 Confirmed this is the case also on `latest` - sounds like you just need to repull the image??
Author
Owner

@PCAssistSoftware commented on GitHub (May 27, 2026):

Image pulled more than once before opening issue... and showed 1.12.0

Image pulled again just now a few moments after your reply and now showing 1.13

so seems like image source updated since I pulled it earlier and reported issue

<!-- gh-comment-id:4556273863 --> @PCAssistSoftware commented on GitHub (May 27, 2026): Image pulled more than once before opening issue... and showed 1.12.0 Image pulled again just now a few moments after your reply and now showing 1.13 so seems like image source updated since I pulled it earlier and reported issue
Author
Owner

@timothycarambat commented on GitHub (May 27, 2026):

Weird, the job completed like 20 hours ago! https://github.com/Mintplex-Labs/anything-llm/actions/runs/26469098304/job/77937330785

Usually a merge to then image being available is about 30mins or so, might have just been a timing thing then

<!-- gh-comment-id:4556298631 --> @timothycarambat commented on GitHub (May 27, 2026): Weird, the job completed like 20 hours ago! https://github.com/Mintplex-Labs/anything-llm/actions/runs/26469098304/job/77937330785 Usually a merge to then image being available is about 30mins or so, might have just been a timing thing then
Author
Owner

@PCAssistSoftware commented on GitHub (May 27, 2026):

yes I thought it was a bit odd, but had deleted existing docker image / container as well, and run below multiple times and still kept getting old version

darren@Ubuntu:~/Downloads$ docker pull mintplexlabs/anythingllm:latest
latest: Pulling from mintplexlabs/anythingllm
20043066d3d5: Pull complete
4f4fb700ef54: Pull complete
76fcc6480697: Pull complete
44943832f8f4: Pull complete
32bc7c392648: Pull complete
a1d80aa4b55b: Pull complete
36cd5c672399: Pull complete
a5cf110dc005: Pull complete
11b660c585e0: Pull complete
5684ad01fac9: Pull complete
41b48dadf8af: Pull complete
7489b1aeb9a1: Pull complete
83aa7bec92bd: Pull complete
Digest: sha256:de266ebda8c8aa618c7dcd2ce98ca2cfc7402451c35b7dd0bd65376e7e61a67e
Status: Downloaded newer image for mintplexlabs/anythingllm:latest
docker.io/mintplexlabs/anythingllm:latest

What's next:
View a summary of image vulnerabilities and recommendations → docker scout quickview mintplexlabs/anythingllm:latest
darren@Ubuntu:~/Downloads$ export STORAGE_LOCATION=$HOME/anythingllm && mkdir -p $STORAGE_LOCATION && touch "$STORAGE_LOCATION/.env" && docker run -d -p 3001:3001 --cap-add SYS_ADMIN --name anythingllm -v ${STORAGE_LOCATION}:/app/server/storage -v ${STORAGE_LOCATION}/.env:/app/server/.env -e STORAGE_DIR="/app/server/storage" mintplexlabs/anythingllm:latest
52a0995696211ceffd6bc055c599733974008448afa3e8ae69c92a2a262bc681

But all good now, thanks for replying

<!-- gh-comment-id:4556317626 --> @PCAssistSoftware commented on GitHub (May 27, 2026): yes I thought it was a bit odd, but had deleted existing docker image / container as well, and run below multiple times and still kept getting old version darren@Ubuntu:~/Downloads$ docker pull mintplexlabs/anythingllm:latest latest: Pulling from mintplexlabs/anythingllm 20043066d3d5: Pull complete 4f4fb700ef54: Pull complete 76fcc6480697: Pull complete 44943832f8f4: Pull complete 32bc7c392648: Pull complete a1d80aa4b55b: Pull complete 36cd5c672399: Pull complete a5cf110dc005: Pull complete 11b660c585e0: Pull complete 5684ad01fac9: Pull complete 41b48dadf8af: Pull complete 7489b1aeb9a1: Pull complete 83aa7bec92bd: Pull complete Digest: sha256:de266ebda8c8aa618c7dcd2ce98ca2cfc7402451c35b7dd0bd65376e7e61a67e Status: Downloaded newer image for mintplexlabs/anythingllm:latest docker.io/mintplexlabs/anythingllm:latest What's next: View a summary of image vulnerabilities and recommendations → docker scout quickview mintplexlabs/anythingllm:latest darren@Ubuntu:~/Downloads$ export STORAGE_LOCATION=$HOME/anythingllm && mkdir -p $STORAGE_LOCATION && touch "$STORAGE_LOCATION/.env" && docker run -d -p 3001:3001 --cap-add SYS_ADMIN --name anythingllm -v ${STORAGE_LOCATION}:/app/server/storage -v ${STORAGE_LOCATION}/.env:/app/server/.env -e STORAGE_DIR="/app/server/storage" mintplexlabs/anythingllm:latest 52a0995696211ceffd6bc055c599733974008448afa3e8ae69c92a2a262bc681 But all good now, thanks for replying
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5246