How do I force resin to rebuild my Dockerfile

We do usually build with a --pull flag, which should cause base images to at least be attempted to be downloaded again, I’ll check the source to see if something has changed there.

Edit: We definitely still apply this flag, so I’m not sure why you’re seeing a different behaviour, the description is:

–pull Always attempt to pull a newer version of the image

Perhaps a docker bug? Do you ensure the new image is pushed before starting the build etc?