I'm running Jenkins from Docker with tag lts
. behind this tag was version 2.73.2
. Now there is a newer lts
version available: 2.73.3
. Docker doesn't automatically check for it. I had to do docker pull jenkins/jenkins:lts
to get the new version.
But how can check if there is a newer build for a tag?
EDIT: I want to make clear: This is not a duplicate! I asked how to check for a newer Docker image available. I know how to upgrade (as I said above).