diff --git a/src/utils/resources.py b/src/utils/resources.py index 1e12d67e2a..7b2bbee96b 100644 --- a/src/utils/resources.py +++ b/src/utils/resources.py @@ -152,6 +152,7 @@ def __init__(self, properties: Dict[str, Any], app: str, manager=None): "__APP__": self.app, "__YNH_ARCH__": system_arch(), "__YNH_DEBIAN_VERSION__": debian_version(), + "__YNH_DEBIAN_VERSION_ID__": debian_version_id(), "__YNH_APP_UPSTREAM_VERSION__": ( manager.wanted["version"].split("~")[0] if manager.wanted