minus-squarecheesemoo@lemmy.worldtoSelfhosted@lemmy.world•Docker question: updating container to specific versionlinkfedilinkEnglisharrow-up13·edit-22 days agoInstead of “latest” or no version tag, I think you’d just need to put the desired version in your compose file. In this case it sounds like you want to upgrade to 10.10.7 first, so you’d use that for your tag. Based on the tag I found here: https://hub.docker.com/layers/jellyfin/jellyfin/10.10.7/images/sha256-3b38dae4c3ddd6ebc7378538fba4d3f314070ebefbdb3d688166b7c8658fb123 After updating your compose stack to that version and confirming a successful upgrade in jellyfin, then you could remove the version tag (to pull latest by default). linkfedilink
Instead of “latest” or no version tag, I think you’d just need to put the desired version in your compose file.
In this case it sounds like you want to upgrade to 10.10.7 first, so you’d use that for your tag. Based on the tag I found here: https://hub.docker.com/layers/jellyfin/jellyfin/10.10.7/images/sha256-3b38dae4c3ddd6ebc7378538fba4d3f314070ebefbdb3d688166b7c8658fb123
After updating your compose stack to that version and confirming a successful upgrade in jellyfin, then you could remove the version tag (to pull latest by default).