Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.47.03 #5137

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/changedetection/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"id": "changedetection",
"description": "The best and simplest free open source website change detection, restock monitor and notification service.",
"tipi_version": 29,
"version": "0.46.04",
"tipi_version": 30,
"version": "0.47.03",
"categories": ["utilities"],
"short_desc": "Website change detection.",
"author": "dgtlmoon",
Expand All @@ -15,5 +15,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1725456676000
"updated_at": 1729322082000
}
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.46.04
image: ghcr.io/dgtlmoon/changedetection.io:0.47.03
container_name: changedetection
hostname: changedetection
volumes:
Expand Down
Loading