diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e81154e..cb82864 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -6,7 +6,7 @@ on: - main env: - VERSION: 1.1.0 + VERSION: 1.1.1 jobs: # ЧАСТЬ 1: Собираем образы и кладем в Gitea (чтобы делиться с ребятами) diff --git a/Directory.Build.props b/Directory.Build.props index bda9b78..b5799f7 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 1.1.0 + 1.1.1 net10.0 preview enable diff --git a/compose.yaml b/compose.yaml index ff04b49..90b248d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -18,7 +18,7 @@ services: retries: 10 bot: - image: git.codeanddice.ru/toutsu/gmrelay-bot:1.1.0 + image: git.codeanddice.ru/toutsu/gmrelay-bot:1.1.1 container_name: gmrelay_bot restart: always network_mode: host @@ -30,7 +30,7 @@ services: - "Telegram__BotToken=${TELEGRAM_BOT_TOKEN}" web: - image: git.codeanddice.ru/toutsu/gmrelay-web:1.1.0 + image: git.codeanddice.ru/toutsu/gmrelay-web:1.1.1 container_name: gmrelay_web restart: always network_mode: host