Problem when changing the image on the server, continues showing the previous image

hello to all, my problem happens when I implement the update of the profile image in my application, the first time it does the user changes the default image and places the one I previously loaded, but if the user tries to change the image again, still shows the previous one, what happens is that the server saves the image with the “id” of the user therefore the route does not change I think that is why the new image is not updated in the view, or I do not know if be cache problem. I hope you can help me.

Ionic:

ionic (Ionic CLI) : 4.5.0
Ionic Framework : ionic-angular 3.9.2
@ionic/app-scripts : 3.2.0

Cordova:

cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
Cordova Platforms : android 7.1.2, browser 5.0.4

NodeJS : v9.5.0
npm : 5.6.0
OS : Windows 10