From 4e57eb250d5b2cbf58660bf245e3ec0dbe8d6fa1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 23:14:28 +0000 Subject: [PATCH 1/2] Update soulter/astrbot Docker tag to v4.5.1 --- apps/astrbot-napcat/4.9.14/docker-compose.yml | 2 +- apps/astrbot/4.5.0/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/astrbot-napcat/4.9.14/docker-compose.yml b/apps/astrbot-napcat/4.9.14/docker-compose.yml index 597bd3af2..0039d97a9 100644 --- a/apps/astrbot-napcat/4.9.14/docker-compose.yml +++ b/apps/astrbot-napcat/4.9.14/docker-compose.yml @@ -24,7 +24,7 @@ services: - NAPCAT_UID=${NAPCAT_UID:-1000} - NAPCAT_GID=${NAPCAT_GID:-1000} astrbot: - image: soulter/astrbot:v4.5.0 + image: soulter/astrbot:v4.5.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/astrbot/4.5.0/docker-compose.yml b/apps/astrbot/4.5.0/docker-compose.yml index 9ea6c6f8f..f7550ccd1 100644 --- a/apps/astrbot/4.5.0/docker-compose.yml +++ b/apps/astrbot/4.5.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: astrbot: - image: soulter/astrbot:v4.5.0 + image: soulter/astrbot:v4.5.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From a14bd2fc2d92bc11f7eb2cc1b6cc89a980db5026 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 31 Oct 2025 23:14:37 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/astrbot/{4.5.0 => 4.5.1}/data.yml | 0 apps/astrbot/{4.5.0 => 4.5.1}/docker-compose.yml | 0 apps/astrbot/{4.5.0 => 4.5.1}/envs/default.env | 0 apps/astrbot/{4.5.0 => 4.5.1}/envs/global.env | 0 apps/astrbot/{4.5.0 => 4.5.1}/scripts/init.sh | 0 apps/astrbot/{4.5.0 => 4.5.1}/scripts/uninstall.sh | 0 apps/astrbot/{4.5.0 => 4.5.1}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/astrbot/{4.5.0 => 4.5.1}/data.yml (100%) rename apps/astrbot/{4.5.0 => 4.5.1}/docker-compose.yml (100%) rename apps/astrbot/{4.5.0 => 4.5.1}/envs/default.env (100%) rename apps/astrbot/{4.5.0 => 4.5.1}/envs/global.env (100%) rename apps/astrbot/{4.5.0 => 4.5.1}/scripts/init.sh (100%) rename apps/astrbot/{4.5.0 => 4.5.1}/scripts/uninstall.sh (100%) rename apps/astrbot/{4.5.0 => 4.5.1}/scripts/upgrade.sh (100%) diff --git a/apps/astrbot/4.5.0/data.yml b/apps/astrbot/4.5.1/data.yml similarity index 100% rename from apps/astrbot/4.5.0/data.yml rename to apps/astrbot/4.5.1/data.yml diff --git a/apps/astrbot/4.5.0/docker-compose.yml b/apps/astrbot/4.5.1/docker-compose.yml similarity index 100% rename from apps/astrbot/4.5.0/docker-compose.yml rename to apps/astrbot/4.5.1/docker-compose.yml diff --git a/apps/astrbot/4.5.0/envs/default.env b/apps/astrbot/4.5.1/envs/default.env similarity index 100% rename from apps/astrbot/4.5.0/envs/default.env rename to apps/astrbot/4.5.1/envs/default.env diff --git a/apps/astrbot/4.5.0/envs/global.env b/apps/astrbot/4.5.1/envs/global.env similarity index 100% rename from apps/astrbot/4.5.0/envs/global.env rename to apps/astrbot/4.5.1/envs/global.env diff --git a/apps/astrbot/4.5.0/scripts/init.sh b/apps/astrbot/4.5.1/scripts/init.sh similarity index 100% rename from apps/astrbot/4.5.0/scripts/init.sh rename to apps/astrbot/4.5.1/scripts/init.sh diff --git a/apps/astrbot/4.5.0/scripts/uninstall.sh b/apps/astrbot/4.5.1/scripts/uninstall.sh similarity index 100% rename from apps/astrbot/4.5.0/scripts/uninstall.sh rename to apps/astrbot/4.5.1/scripts/uninstall.sh diff --git a/apps/astrbot/4.5.0/scripts/upgrade.sh b/apps/astrbot/4.5.1/scripts/upgrade.sh similarity index 100% rename from apps/astrbot/4.5.0/scripts/upgrade.sh rename to apps/astrbot/4.5.1/scripts/upgrade.sh