neilte
January 29, 2026, 2:29pm
1
Hi!
I’ve noticed that Metabase 58.3 is the latest version on github, but our installation of Metabase still shows this in our admin panel.
We’re using the metabase/metabase:latest image too but seem to be stuck at 0.58.1. Is there something I’m missing here?
Thanks!
Tags are sticky in Docker, “latest” means “latest at the time you pull the image,” and not “pull the image when it changes.”
Force a pull of the image to update sticky tags.
Better yet, don’t use latest tags, use an explicit version.
neilte
January 30, 2026, 10:36am
3
Ok yeah I think it’s because the latest image/tag hasn’t been updated since 0.58.1 (23 days ago) - so I guess this might also be why the metabase admin panel itself thinks that 0.58.1 is also the latest version?
Yeah looks like they aren’t updating latest, last push was 24 days ago according to dockerhub, and 58.4 was pushed yesterday.
Guess we need to put in a ticket to have them fix the CI.
I submitted an issue for the latest tag not updating:
opened 04:47PM - 30 Jan 26 UTC
Type:Bug
Priority:P3
Administration/Settings
.Team/UXWest
.Auto triaged
### Describe the bug
The `latest` docker tag is not updating. Last push was 24 … days ago (from the date of this ticket) and 58.4 was pushed 2 days ago, according to the DockerHub webpage. Version in the latest tag appears to be 58.1.
<img width="599" height="261" alt="Image" src="https://github.com/user-attachments/assets/4c60862c-cea0-4dac-81ba-cc155f627023" />
<img width="578" height="257" alt="Image" src="https://github.com/user-attachments/assets/bbecc537-641b-4a9d-847a-b48b0666a8c1" />
### To Reproduce
https://hub.docker.com/r/metabase/metabase/tags?name=latest
### Expected behavior
_No response_
### Logs
_No response_
### Information about your Metabase installation
```JSON
N/A
```
### Severity
Confusing
### Additional context
_No response_
The release machinery has been updated to more accurately produce latest images, though a new image hasn’t been pushed to it yet this morning.
neilte
February 3, 2026, 9:30am
7
Ah that’s great! Thanks for that! Hopefully this one will be resolves shortly then