Is there any way to figure out if the base image (FROM in Dockerfile) was updated since the last build?
I know I can enable a dependency to automatically trigger the build if the base image changes, but I need a way to verify if the images are already built using the latest base image.
Thanks!