diff --git a/Apps/changedetection/config.json b/Apps/changedetection/config.json index fa0b19106..f0835952d 100644 --- a/Apps/changedetection/config.json +++ b/Apps/changedetection/config.json @@ -1,6 +1,6 @@ { "id": "changedetection", - "version": "0.49.15", + "version": "0.49.16", "image": "ghcr.io/dgtlmoon/changedetection.io", "youtube": "", "docs_link": "", diff --git a/Apps/changedetection/docker-compose.yml b/Apps/changedetection/docker-compose.yml index eec0392c7..0429a87c8 100644 --- a/Apps/changedetection/docker-compose.yml +++ b/Apps/changedetection/docker-compose.yml @@ -12,7 +12,7 @@ services: container_name: big-bear-changedetection # Image to be used for the container - image: ghcr.io/dgtlmoon/changedetection.io:0.49.15 + image: ghcr.io/dgtlmoon/changedetection.io:0.49.16 # Container restart policy restart: unless-stopped