From 5baf63e9ad15b3eb2e7ddafe4d1e15f630d2b6aa Mon Sep 17 00:00:00 2001 From: Toutsu Date: Thu, 7 May 2026 16:24:15 +0300 Subject: [PATCH] fix(ci): sync compose.yaml images to 1.10.4 --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 98f84d3..e17dc7f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -17,7 +17,7 @@ services: retries: 10 bot: - image: git.codeanddice.ru/toutsu/gmrelay-bot:1.10.3 + image: git.codeanddice.ru/toutsu/gmrelay-bot:1.10.4 restart: always depends_on: db: @@ -30,7 +30,7 @@ services: - gmrelay web: - image: git.codeanddice.ru/toutsu/gmrelay-web:1.10.3 + image: git.codeanddice.ru/toutsu/gmrelay-web:1.10.4 restart: always depends_on: db: