mnot has a good caching tutorial that will explain how to set the HTTP headers to request that the image is not cached (remember, you need to set the HTTP headers for the image, not the HTML document).
This is probably a bad idea though as images tend to be relatively chunky, so redownloading it for every page could impose a significant performance slow down.