From ab627c4defe42b6ab38fd0edb68e276c61942d8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:15:16 +0800 Subject: [PATCH] chore(deps): update dgtlmoon/changedetection.io docker tag to v0.48.01 (#2668) * chore(deps): update dgtlmoon/changedetection.io docker tag to v0.48.01 * 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.48.00 => 0.48.01}/data.yml | 0 changedetectionio/{0.48.00 => 0.48.01}/docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename changedetectionio/{0.48.00 => 0.48.01}/data.yml (100%) rename changedetectionio/{0.48.00 => 0.48.01}/docker-compose.yml (86%) diff --git a/changedetectionio/0.48.00/data.yml b/changedetectionio/0.48.01/data.yml similarity index 100% rename from changedetectionio/0.48.00/data.yml rename to changedetectionio/0.48.01/data.yml diff --git a/changedetectionio/0.48.00/docker-compose.yml b/changedetectionio/0.48.01/docker-compose.yml similarity index 86% rename from changedetectionio/0.48.00/docker-compose.yml rename to changedetectionio/0.48.01/docker-compose.yml index 61e547537..fc8e06cfa 100644 --- a/changedetectionio/0.48.00/docker-compose.yml +++ b/changedetectionio/0.48.01/docker-compose.yml @@ -8,7 +8,7 @@ services: - "${PANEL_APP_PORT_HTTP}:5000" volumes: - "./data:/datastore" - image: dgtlmoon/changedetection.io:0.48.00 + image: dgtlmoon/changedetection.io:0.48.01 labels: createdBy: "Apps"