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.15
image: dgtlmoon/changedetection.io:0.49.16
labels:
createdBy: "Apps"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The difference between the two lines of code is that the container will now use image version dgtlmoon/changedetection.io:0.49.16 instead of dgtlmoon/changedetection.io:0.49.15. This suggests an update to the Docker image, likely due to bug fixes or new features in versions 0.49.15 and above.

Potential Issues:

  • If v0.49.16 contains security patches, vulnerabilities may have been addressed.
  • Any new changes or improved functionality might be available in this release.

Optimization Suggestions (if applicable):
While not specified here, consider reviewing the updated Dockerfile for any changes related to runtime configurations (e.g., environment variables), resource limits (CPU/Memory), restart policies, etc. Always ensure that any updates comply with your deployment needs and infrastructure constraints.

Expand Down