Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Install a Specific Version of ERPNext and Frappe Using a Custom Docker Image? #1472

Closed
edardev opened this issue Sep 20, 2024 · 1 comment
Labels

Comments

@edardev
Copy link
Contributor

edardev commented Sep 20, 2024

Hi everyone,

I'm trying to install specific versions of ERPNext and Frappe (ERPNext v15.34.1 and Frappe v15.40.3) using a custom Docker image. I need to specify these versions during the Docker build process due to compatibility issues with the latest releases (ERPNext v15.36.1 and Frappe Framework v15.41.0).

The issue I'm facing with the latest versions is that custom Print Formats are no longer working correctly, and I’m unable to print them. However, these functionalities were working fine in the previous versions mentioned above.

Could someone please guide me on how to modify the Dockerfile or any other configuration to install the exact versions I need? Any advice or examples would be greatly appreciated!

Thank you in advance!

@revant
Copy link
Collaborator

revant commented Sep 21, 2024

Mention git tags instead of git branches in apps.json

https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md#load-custom-apps-through-json

@revant revant closed this as completed Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants