Metabase Upgrade

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.

image

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.

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:

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.

Ah that’s great! Thanks for that! Hopefully this one will be resolves shortly then :crossed_fingers: