fix: harden production image builds

This commit is contained in:
2026-08-28 08:59:57 +03:00
parent bbf8e7a9c8
commit 8302c6b782
8 changed files with 23 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ from datetime import datetime, timezone
from pathlib import Path
from typing import Callable, Iterable
APP_VERSION = "0.8.2"
APP_VERSION = "0.8.3"
API_BASE_URL = "https://cbd.minjust.gov.kg/api/v1/OpenData/"
LANGUAGES = {"Rus": "ru", "Kyr": "ky"}
IMAGE_LANGUAGES = {"Russian": "ru", "Kyrgyz": "ky"}