According to Heroku documentation:
Heroku now caches 50mb worth of tmp/cache/assets which is a cache directory for the asset pipeline to store inte
To purge Heroku's asset cache, you need the Heroku Repo plugin to the Heroku toolbelt. Install that, then use the command
heroku repo:purge_cache
Deploy after purging the cache.