diff --git a/blueprints/weblate/docker-compose.yml b/blueprints/weblate/docker-compose.yml index 5176e24a..ca5460c2 100644 --- a/blueprints/weblate/docker-compose.yml +++ b/blueprints/weblate/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.9' services: weblate: - image: weblate/weblate:latest + image: weblate/weblate:5.16 environment: # Global settings WEBLATE_DEBUG: ${WEBLATE_DEBUG} diff --git a/meta.json b/meta.json index 1ccd0dd4..13c572fc 100644 --- a/meta.json +++ b/meta.json @@ -6555,7 +6555,7 @@ { "id": "weblate", "name": "Weblate", - "version": "latest", + "version": "5.16", "description": "Weblate is a web-based translation tool with tight version control integration. It provides a user-friendly interface for translators and developers to collaborate on localization projects.", "logo": "weblate.svg", "links": {