this post was submitted on 18 Jul 2024
3 points (100.0% liked)
unRAID
1116 readers
1 users here now
A community for unRAID users to discuss their projects.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Just like the application running in your docker container, the "image", that you base your docker container on, is also a separate thing that uses versions.
A newly built and published docker image doesn't necessarily mean that the application inside of it has a new version (which could definitely be the case) but that something with that docker image has changed, maybe dependencies have changed or that the process in building the docker image has been optimized.
Ahhh ok thank you