From 2b231740ddbba84724d199592062b34c1018ac0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 20:09:06 +0000 Subject: [PATCH 1/2] chore(deps): update dingdangdog/cashbook docker tag to v3.0.2 --- cashbook/3.0.1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cashbook/3.0.1/docker-compose.yml b/cashbook/3.0.1/docker-compose.yml index aa547b0b3..aaca17911 100644 --- a/cashbook/3.0.1/docker-compose.yml +++ b/cashbook/3.0.1/docker-compose.yml @@ -1,6 +1,6 @@ services: cashbook: - image: "dingdangdog/cashbook:3.0.1" + image: "dingdangdog/cashbook:3.0.2" container_name: ${CONTAINER_NAME} restart: always networks: From b170550a79d51a02b296225f1df51d8fa14634d3 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sat, 19 Oct 2024 20:09:20 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- cashbook/{3.0.1 => 3.0.2}/.env.sample | 0 cashbook/{3.0.1 => 3.0.2}/data.yml | 0 cashbook/{3.0.1 => 3.0.2}/docker-compose.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename cashbook/{3.0.1 => 3.0.2}/.env.sample (100%) rename cashbook/{3.0.1 => 3.0.2}/data.yml (100%) rename cashbook/{3.0.1 => 3.0.2}/docker-compose.yml (100%) diff --git a/cashbook/3.0.1/.env.sample b/cashbook/3.0.2/.env.sample similarity index 100% rename from cashbook/3.0.1/.env.sample rename to cashbook/3.0.2/.env.sample diff --git a/cashbook/3.0.1/data.yml b/cashbook/3.0.2/data.yml similarity index 100% rename from cashbook/3.0.1/data.yml rename to cashbook/3.0.2/data.yml diff --git a/cashbook/3.0.1/docker-compose.yml b/cashbook/3.0.2/docker-compose.yml similarity index 100% rename from cashbook/3.0.1/docker-compose.yml rename to cashbook/3.0.2/docker-compose.yml