From c8628de430729e121e6297bda661865e2b3ddfd8 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 --- telegram-bot-api/8.2/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram-bot-api/8.2/docker-compose.yml b/telegram-bot-api/8.2/docker-compose.yml index 9194c37e9..2b4411673 100644 --- a/telegram-bot-api/8.2/docker-compose.yml +++ b/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"