The docker container is outdated

Server Version#: 1.43.0.10492 (installed)
Latest Version#: 1.43.1.10540 (not installed)

So I keep being notified that there is a new version available. My Synology NAS (local install- NOT DOCKER) has updated to current version but my server running docker is still lagging behind versions. I am using plexinc/pms-docker:latest but did also notice that lscr.io container is also out of date. I have checked on docker hub of course, repulled the images to update but it’s still on 1.43.0.xxxx

Is there something preventing the docker version from udating? Is it just they haven’t gotten around to it, or is there some issue and I need to change something? Currently everything is working, I just want to make sure there’s not something I need to be doing that I’ve missed.

Thanks!

I can’t speak to the lscr.io image (that’s a third-party image not maintained by Plex). But for the Plex official image, I’d recommend using the beta tag instead of latest. The beta-tagged image updates itself whenever the container is restarted. See this note in the GH repo for more information:

Using the plexinc/pms-docker:beta image, whenever a new version is available you need only restart the container and it will automatically download and install the latest beta available.

2 Likes