How to update Docker version of ERPNext

Hi,
I am using the Docker version of the ErpNext here:

I noticed that it is using this versions:
erpnext 13.x.x-develop
frappe 13.x.x-develop

My question is:
If there are new updates on frappe and erpnext, what do I need to do? Do I just download the new docker image?

I noticed that the bench installed is also incomplete, it does not have the “bench update” functionality.

thanks,
Dicky

Set the VERSION environment variable to change version, more here : https://github.com/frappe/frappe_docker/blob/develop/docs/single-bench.md#setup-environment-variables

Thanks for the reply. After I set the VERSION variable, do I just restart the docker containers again?

Yes.

If you’ve not used docker before, it will be difficult to setup further. Do a basic docker tutorial before trying it out for ERPNext.

If you’re on dev version, you can’t go back. Restart with fresh install

Yes
I managed to get the docker version running, but I see what you meant. Better to start with some fixed version initially than to go with dev.

Thanks

1 Like