From 85f3b05007425fc6f1cf25331dbcfdf50fe00289 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 11:06:25 +0000 Subject: [PATCH 1/2] Update dingdangdog/cashbook Docker tag to v3.0.6 --- apps/cashbook/3.0.4/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cashbook/3.0.4/docker-compose.yml b/apps/cashbook/3.0.4/docker-compose.yml index 90b75fee..2c5d3d45 100644 --- a/apps/cashbook/3.0.4/docker-compose.yml +++ b/apps/cashbook/3.0.4/docker-compose.yml @@ -1,6 +1,6 @@ services: cashbook: - image: "dingdangdog/cashbook:3.0.4" + image: "dingdangdog/cashbook:3.0.6" container_name: ${CONTAINER_NAME} restart: always networks: From 30ee083d8d54f72041e077e8b825970471f1ed2a Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sun, 15 Dec 2024 11:06:36 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/cashbook/{3.0.4 => 3.0.6}/.env.sample | 0 apps/cashbook/{3.0.4 => 3.0.6}/data.yml | 0 apps/cashbook/{3.0.4 => 3.0.6}/docker-compose.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename apps/cashbook/{3.0.4 => 3.0.6}/.env.sample (100%) rename apps/cashbook/{3.0.4 => 3.0.6}/data.yml (100%) rename apps/cashbook/{3.0.4 => 3.0.6}/docker-compose.yml (100%) diff --git a/apps/cashbook/3.0.4/.env.sample b/apps/cashbook/3.0.6/.env.sample similarity index 100% rename from apps/cashbook/3.0.4/.env.sample rename to apps/cashbook/3.0.6/.env.sample diff --git a/apps/cashbook/3.0.4/data.yml b/apps/cashbook/3.0.6/data.yml similarity index 100% rename from apps/cashbook/3.0.4/data.yml rename to apps/cashbook/3.0.6/data.yml diff --git a/apps/cashbook/3.0.4/docker-compose.yml b/apps/cashbook/3.0.6/docker-compose.yml similarity index 100% rename from apps/cashbook/3.0.4/docker-compose.yml rename to apps/cashbook/3.0.6/docker-compose.yml