From 584fe2aafce1360524897b270307931873507a9a 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 --- changedetectionio/{0.44 => 0.45}/data.yml | 0 changedetectionio/{0.44 => 0.45}/docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename changedetectionio/{0.44 => 0.45}/data.yml (100%) rename changedetectionio/{0.44 => 0.45}/docker-compose.yml (87%) diff --git a/changedetectionio/0.44/data.yml b/changedetectionio/0.45/data.yml similarity index 100% rename from changedetectionio/0.44/data.yml rename to changedetectionio/0.45/data.yml diff --git a/changedetectionio/0.44/docker-compose.yml b/changedetectionio/0.45/docker-compose.yml similarity index 87% rename from changedetectionio/0.44/docker-compose.yml rename to changedetectionio/0.45/docker-compose.yml index 757d262ad..4060dae43 100644 --- a/changedetectionio/0.44/docker-compose.yml +++ b/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"