Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- "${PANEL_APP_PORT_HTTP}:5000"
volumes:
- "./data:/datastore"
image: dgtlmoon/changedetection.io:0.49.18
image: dgtlmoon/changedetection.io:0.50.2
labels:
createdBy: "Apps"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a minor change in the Docker image version between 0.49.18 and 0.50.2. This should not cause any immediate issues but could introduce slight differences depending on the specific changes made in versions 0.50.2. Overall, no major problems or optimizations are evident from this revision.

Expand Down