From 9b63d81ce4c836435ccaf30371e9a1411eeb6572 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 19:07:15 +0000 Subject: [PATCH 1/2] Update soulter/astrbot Docker tag to v4.23.0 --- apps/astrbot-napcat/4.17.55/docker-compose.yml | 2 +- apps/astrbot/4.22.3/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/astrbot-napcat/4.17.55/docker-compose.yml b/apps/astrbot-napcat/4.17.55/docker-compose.yml index a98e5aa62..90c943364 100644 --- a/apps/astrbot-napcat/4.17.55/docker-compose.yml +++ b/apps/astrbot-napcat/4.17.55/docker-compose.yml @@ -24,7 +24,7 @@ services: - NAPCAT_UID=${NAPCAT_UID:-1000} - NAPCAT_GID=${NAPCAT_GID:-1000} astrbot: - image: soulter/astrbot:v4.22.3 + image: soulter/astrbot:v4.23.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/astrbot/4.22.3/docker-compose.yml b/apps/astrbot/4.22.3/docker-compose.yml index 430094edb..543ba54d3 100644 --- a/apps/astrbot/4.22.3/docker-compose.yml +++ b/apps/astrbot/4.22.3/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: astrbot: - image: soulter/astrbot:v4.22.3 + image: soulter/astrbot:v4.23.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 07f49048279c2a43630f5bdd92e655434fdae4bf Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sun, 12 Apr 2026 19:07:27 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/astrbot/{4.22.3 => 4.23.0}/data.yml | 0 apps/astrbot/{4.22.3 => 4.23.0}/docker-compose.yml | 0 apps/astrbot/{4.22.3 => 4.23.0}/envs/default.env | 0 apps/astrbot/{4.22.3 => 4.23.0}/envs/global.env | 0 apps/astrbot/{4.22.3 => 4.23.0}/scripts/init.sh | 0 apps/astrbot/{4.22.3 => 4.23.0}/scripts/uninstall.sh | 0 apps/astrbot/{4.22.3 => 4.23.0}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/astrbot/{4.22.3 => 4.23.0}/data.yml (100%) rename apps/astrbot/{4.22.3 => 4.23.0}/docker-compose.yml (100%) rename apps/astrbot/{4.22.3 => 4.23.0}/envs/default.env (100%) rename apps/astrbot/{4.22.3 => 4.23.0}/envs/global.env (100%) rename apps/astrbot/{4.22.3 => 4.23.0}/scripts/init.sh (100%) rename apps/astrbot/{4.22.3 => 4.23.0}/scripts/uninstall.sh (100%) rename apps/astrbot/{4.22.3 => 4.23.0}/scripts/upgrade.sh (100%) diff --git a/apps/astrbot/4.22.3/data.yml b/apps/astrbot/4.23.0/data.yml similarity index 100% rename from apps/astrbot/4.22.3/data.yml rename to apps/astrbot/4.23.0/data.yml diff --git a/apps/astrbot/4.22.3/docker-compose.yml b/apps/astrbot/4.23.0/docker-compose.yml similarity index 100% rename from apps/astrbot/4.22.3/docker-compose.yml rename to apps/astrbot/4.23.0/docker-compose.yml diff --git a/apps/astrbot/4.22.3/envs/default.env b/apps/astrbot/4.23.0/envs/default.env similarity index 100% rename from apps/astrbot/4.22.3/envs/default.env rename to apps/astrbot/4.23.0/envs/default.env diff --git a/apps/astrbot/4.22.3/envs/global.env b/apps/astrbot/4.23.0/envs/global.env similarity index 100% rename from apps/astrbot/4.22.3/envs/global.env rename to apps/astrbot/4.23.0/envs/global.env diff --git a/apps/astrbot/4.22.3/scripts/init.sh b/apps/astrbot/4.23.0/scripts/init.sh similarity index 100% rename from apps/astrbot/4.22.3/scripts/init.sh rename to apps/astrbot/4.23.0/scripts/init.sh diff --git a/apps/astrbot/4.22.3/scripts/uninstall.sh b/apps/astrbot/4.23.0/scripts/uninstall.sh similarity index 100% rename from apps/astrbot/4.22.3/scripts/uninstall.sh rename to apps/astrbot/4.23.0/scripts/uninstall.sh diff --git a/apps/astrbot/4.22.3/scripts/upgrade.sh b/apps/astrbot/4.23.0/scripts/upgrade.sh similarity index 100% rename from apps/astrbot/4.22.3/scripts/upgrade.sh rename to apps/astrbot/4.23.0/scripts/upgrade.sh