Skip to content

Commit

Permalink
chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to…
Browse files Browse the repository at this point in the history
… v0.49.2 (#6826)
  • Loading branch information
renovate[bot] authored Feb 19, 2025
1 parent b329cc4 commit 19fa909
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/changedetection/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dynamic_config": true,
"id": "changedetection",
"description": "The best and simplest free open source website change detection, restock monitor and notification service.",
"tipi_version": 40,
"version": "0.49.1",
"tipi_version": 41,
"version": "0.49.2",
"categories": ["utilities"],
"short_desc": "Website change detection.",
"author": "dgtlmoon",
Expand All @@ -16,6 +16,6 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1739006465000,
"updated_at": 1739983363000,
"$schema": "../app-info-schema.json"
}
2 changes: 1 addition & 1 deletion apps/changedetection/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "changedetection",
"image": "ghcr.io/dgtlmoon/changedetection.io:0.49.1",
"image": "ghcr.io/dgtlmoon/changedetection.io:0.49.2",
"isMain": true,
"internalPort": 5000,
"hostname": "changedetection",
Expand Down
2 changes: 1 addition & 1 deletion apps/changedetection/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
changedetection:
image: ghcr.io/dgtlmoon/changedetection.io:0.49.1
image: ghcr.io/dgtlmoon/changedetection.io:0.49.2
container_name: changedetection
hostname: changedetection
volumes:
Expand Down

0 comments on commit 19fa909

Please sign in to comment.