From c0c85b3c51ac74ca1b5d8a6e002f0abb49206fed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 21:47:19 +0800 Subject: [PATCH] chore(deps): update dgtlmoon/changedetection.io docker tag to v0.45 (#563) * chore(deps): update dgtlmoon/changedetection.io docker tag to v0.45 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- apps/changedetectionio/{0.44 => 0.45}/data.yml | 0 apps/changedetectionio/{0.44 => 0.45}/docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename apps/changedetectionio/{0.44 => 0.45}/data.yml (100%) rename apps/changedetectionio/{0.44 => 0.45}/docker-compose.yml (87%) diff --git a/apps/changedetectionio/0.44/data.yml b/apps/changedetectionio/0.45/data.yml similarity index 100% rename from apps/changedetectionio/0.44/data.yml rename to apps/changedetectionio/0.45/data.yml diff --git a/apps/changedetectionio/0.44/docker-compose.yml b/apps/changedetectionio/0.45/docker-compose.yml similarity index 87% rename from apps/changedetectionio/0.44/docker-compose.yml rename to apps/changedetectionio/0.45/docker-compose.yml index 757d262a..4060dae4 100644 --- a/apps/changedetectionio/0.44/docker-compose.yml +++ b/apps/changedetectionio/0.45/docker-compose.yml @@ -9,7 +9,7 @@ services: - "${PANEL_APP_PORT_HTTP}:5000" volumes: - "./data:/datastore" - image: dgtlmoon/changedetection.io:0.44 + image: dgtlmoon/changedetection.io:0.45 labels: createdBy: "Apps"