Hi guys
Please how to upgrade (pull locally is any updates) all the base images (FROM) within the Dockerfile without manually reading/parsing it and invoking docker pul manually-resolved-image.
The most close seems to use docker build --no-cache. Still it looks really to update meta for the image but the image it self is till cached
I’ve pulled image manually and I can confirm the image was really outdated and fetched with the updated version. So how actually to force pull on the build stage.
Yet currently as I’ve pulled the updates manually it sticks to the very same revision. So I’ll double check in a while once the image has more updates.