When I deploy my nuxtjs application, my users' browsers cache the old version.
I build a docker image via a github CI/CD and then redeploy the Jelastic docker container behind a nginx loadbalancer.
Should I also restart the nginx loadbalancer?
Is any particular action required in this case?