How to apply new updates

I have done production install of frappe erpnext using easy-install script and docker.
Now, I want to know what is the safest way to perform the following updates that are shown in the image below.

Also, I would definitely love to know any more insights other than the scope of my question related to performing updates that may help in avoiding future mistakes.

I am new to this :slight_smile:
@revant_one can you please help me on this?

It comes from the below code, so check the logic.

I think you didn’t got understanding of my question correctly or I may have not conveyed my requirements or queries correctly.

I have no problem with the pop-up. What I want is how to perform these updates.

Thanks :slight_smile:

I’m not quite sure what you mean, which is why I provided the code reference. Please go to the system settings and check the update tab.

What he is asking is how to update the app to the latest version.

Running bench update will update your frappe and erpnext to the latest version.

For some reason bench update doesn’t work. Seems like it is not finding git remote. For heads up: I installed via easy-script install method.

@rahib do you have any idea on it?

Is it not the way to update when on docker installations?

change the docker-compose.yaml, edit the version tag for image(s) of frappe/erpnext related service.

bench update will not work in production docker setup.