From 6bc63e110e1b366a5a6ab28e2bead3d45353bf0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:05:34 +0000 Subject: [PATCH 1/2] chore(deps): update dingdangdog/cashbook docker tag to v4.2.1 --- apps/cashbook/4.2.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cashbook/4.2.0/docker-compose.yml b/apps/cashbook/4.2.0/docker-compose.yml index 785d9aa01..31516c771 100644 --- a/apps/cashbook/4.2.0/docker-compose.yml +++ b/apps/cashbook/4.2.0/docker-compose.yml @@ -1,6 +1,6 @@ services: cashbook: - image: "dingdangdog/cashbook:4.2.0" + image: "dingdangdog/cashbook:4.2.1" container_name: ${CONTAINER_NAME} restart: always networks: From 70851782a2dba25f32e574399f2ad81b5b179d13 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 20 Jun 2025 12:05:54 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/cashbook/{4.2.0 => 4.2.1}/.env.sample | 0 apps/cashbook/{4.2.0 => 4.2.1}/data.yml | 0 apps/cashbook/{4.2.0 => 4.2.1}/docker-compose.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename apps/cashbook/{4.2.0 => 4.2.1}/.env.sample (100%) rename apps/cashbook/{4.2.0 => 4.2.1}/data.yml (100%) rename apps/cashbook/{4.2.0 => 4.2.1}/docker-compose.yml (100%) diff --git a/apps/cashbook/4.2.0/.env.sample b/apps/cashbook/4.2.1/.env.sample similarity index 100% rename from apps/cashbook/4.2.0/.env.sample rename to apps/cashbook/4.2.1/.env.sample diff --git a/apps/cashbook/4.2.0/data.yml b/apps/cashbook/4.2.1/data.yml similarity index 100% rename from apps/cashbook/4.2.0/data.yml rename to apps/cashbook/4.2.1/data.yml diff --git a/apps/cashbook/4.2.0/docker-compose.yml b/apps/cashbook/4.2.1/docker-compose.yml similarity index 100% rename from apps/cashbook/4.2.0/docker-compose.yml rename to apps/cashbook/4.2.1/docker-compose.yml