From a8922935a794de7456ea57f0e668476dbb9d894d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 02:32:53 +0000 Subject: [PATCH 1/2] Update soulter/astrbot Docker tag to v4 --- apps/astrbot-napcat/4.8.106/docker-compose.yml | 2 +- apps/astrbot/3.5.27/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/astrbot-napcat/4.8.106/docker-compose.yml b/apps/astrbot-napcat/4.8.106/docker-compose.yml index 75c91a31c..9618fd4a1 100644 --- a/apps/astrbot-napcat/4.8.106/docker-compose.yml +++ b/apps/astrbot-napcat/4.8.106/docker-compose.yml @@ -24,7 +24,7 @@ services: - NAPCAT_UID=${NAPCAT_UID:-1000} - NAPCAT_GID=${NAPCAT_GID:-1000} astrbot: - image: soulter/astrbot:v3.5.27 + image: soulter/astrbot:v4.0.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/astrbot/3.5.27/docker-compose.yml b/apps/astrbot/3.5.27/docker-compose.yml index 84b171e2a..5e909973e 100644 --- a/apps/astrbot/3.5.27/docker-compose.yml +++ b/apps/astrbot/3.5.27/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: astrbot: - image: soulter/astrbot:v3.5.27 + image: soulter/astrbot:v4.0.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From cf913500c4633bbe2d339e533219c17ed7f6e572 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Mon, 8 Sep 2025 02:33:03 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/astrbot/{3.5.27 => 4.0.0}/data.yml | 0 apps/astrbot/{3.5.27 => 4.0.0}/docker-compose.yml | 0 apps/astrbot/{3.5.27 => 4.0.0}/envs/default.env | 0 apps/astrbot/{3.5.27 => 4.0.0}/envs/global.env | 0 apps/astrbot/{3.5.27 => 4.0.0}/scripts/init.sh | 0 apps/astrbot/{3.5.27 => 4.0.0}/scripts/uninstall.sh | 0 apps/astrbot/{3.5.27 => 4.0.0}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/astrbot/{3.5.27 => 4.0.0}/data.yml (100%) rename apps/astrbot/{3.5.27 => 4.0.0}/docker-compose.yml (100%) rename apps/astrbot/{3.5.27 => 4.0.0}/envs/default.env (100%) rename apps/astrbot/{3.5.27 => 4.0.0}/envs/global.env (100%) rename apps/astrbot/{3.5.27 => 4.0.0}/scripts/init.sh (100%) rename apps/astrbot/{3.5.27 => 4.0.0}/scripts/uninstall.sh (100%) rename apps/astrbot/{3.5.27 => 4.0.0}/scripts/upgrade.sh (100%) diff --git a/apps/astrbot/3.5.27/data.yml b/apps/astrbot/4.0.0/data.yml similarity index 100% rename from apps/astrbot/3.5.27/data.yml rename to apps/astrbot/4.0.0/data.yml diff --git a/apps/astrbot/3.5.27/docker-compose.yml b/apps/astrbot/4.0.0/docker-compose.yml similarity index 100% rename from apps/astrbot/3.5.27/docker-compose.yml rename to apps/astrbot/4.0.0/docker-compose.yml diff --git a/apps/astrbot/3.5.27/envs/default.env b/apps/astrbot/4.0.0/envs/default.env similarity index 100% rename from apps/astrbot/3.5.27/envs/default.env rename to apps/astrbot/4.0.0/envs/default.env diff --git a/apps/astrbot/3.5.27/envs/global.env b/apps/astrbot/4.0.0/envs/global.env similarity index 100% rename from apps/astrbot/3.5.27/envs/global.env rename to apps/astrbot/4.0.0/envs/global.env diff --git a/apps/astrbot/3.5.27/scripts/init.sh b/apps/astrbot/4.0.0/scripts/init.sh similarity index 100% rename from apps/astrbot/3.5.27/scripts/init.sh rename to apps/astrbot/4.0.0/scripts/init.sh diff --git a/apps/astrbot/3.5.27/scripts/uninstall.sh b/apps/astrbot/4.0.0/scripts/uninstall.sh similarity index 100% rename from apps/astrbot/3.5.27/scripts/uninstall.sh rename to apps/astrbot/4.0.0/scripts/uninstall.sh diff --git a/apps/astrbot/3.5.27/scripts/upgrade.sh b/apps/astrbot/4.0.0/scripts/upgrade.sh similarity index 100% rename from apps/astrbot/3.5.27/scripts/upgrade.sh rename to apps/astrbot/4.0.0/scripts/upgrade.sh