From 3b2d9da38dc7b161783af8192959c38ba769f3bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:41:12 +0000 Subject: [PATCH 1/2] chore(deps): update dingdangdog/cashbook docker tag to v3.0.3 --- apps/cashbook/3.0.2/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cashbook/3.0.2/docker-compose.yml b/apps/cashbook/3.0.2/docker-compose.yml index aaca1791..c1a130a6 100644 --- a/apps/cashbook/3.0.2/docker-compose.yml +++ b/apps/cashbook/3.0.2/docker-compose.yml @@ -1,6 +1,6 @@ services: cashbook: - image: "dingdangdog/cashbook:3.0.2" + image: "dingdangdog/cashbook:3.0.3" container_name: ${CONTAINER_NAME} restart: always networks: From 9f3121f5fe6e54202c3991e1c5a188bae2067945 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 30 Oct 2024 13:41:26 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/cashbook/{3.0.2 => 3.0.3}/.env.sample | 0 apps/cashbook/{3.0.2 => 3.0.3}/data.yml | 0 apps/cashbook/{3.0.2 => 3.0.3}/docker-compose.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename apps/cashbook/{3.0.2 => 3.0.3}/.env.sample (100%) rename apps/cashbook/{3.0.2 => 3.0.3}/data.yml (100%) rename apps/cashbook/{3.0.2 => 3.0.3}/docker-compose.yml (100%) diff --git a/apps/cashbook/3.0.2/.env.sample b/apps/cashbook/3.0.3/.env.sample similarity index 100% rename from apps/cashbook/3.0.2/.env.sample rename to apps/cashbook/3.0.3/.env.sample diff --git a/apps/cashbook/3.0.2/data.yml b/apps/cashbook/3.0.3/data.yml similarity index 100% rename from apps/cashbook/3.0.2/data.yml rename to apps/cashbook/3.0.3/data.yml diff --git a/apps/cashbook/3.0.2/docker-compose.yml b/apps/cashbook/3.0.3/docker-compose.yml similarity index 100% rename from apps/cashbook/3.0.2/docker-compose.yml rename to apps/cashbook/3.0.3/docker-compose.yml