I know there are many ways to prevent image caching (such as via META tags), as well as a few nice tricks to ensure that the current version of an image is shown with every
You can append a random number to the image which is like giving it a new version. I have implemented the similar logic and it's working perfectly.