From c2a5579c45aa1a84c79cba28de4b44f7849e22ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 12:34:47 +0000 Subject: [PATCH] Update aiogram/telegram-bot-api Docker tag to v8.3 --- apps/telegram-bot-api/8.2/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/telegram-bot-api/8.2/docker-compose.yml b/apps/telegram-bot-api/8.2/docker-compose.yml index 9194c37e..2b441167 100644 --- a/apps/telegram-bot-api/8.2/docker-compose.yml +++ b/apps/telegram-bot-api/8.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: telegram-bot-api: - image: aiogram/telegram-bot-api:8.2 + image: aiogram/telegram-bot-api:8.3 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps"