Add spefifc tag for custom app in frappe_docker apps.json

i plan to update frappe docker with custom apps, but frappe drive, for example, downloads an alpha release which causes me problems. Now there are previous tags and I am trying to include them in the apps.json. How do I do this? So far I only see the possibility to create a fork of frappe drive with a compatible tag and refer my apps.json to it. Now it is much more convenient if it is possible to specify the tag directly in the apps.json. Does anyone have an idea how?

for example i want this tag:

in this apps.json file from frappe_docker:

You can use tag or branch. Internally it’s using git clone --branch. If you need specific commit which is not tag or branch then only you’ll need to fork.

1 Like

yes thank you, just needed append the specific tag to “branch”