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
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
cloudflared:
image: cloudflare/cloudflared:2025.5.0
image: cloudflare/cloudflared:2025.6.0
container_name: ${CONTAINER_NAME}
restart: always
network_mode: 1panel-network
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 provided code difference does not contain any irregularities or potential issues. It simply updates the version of cloudflared from 2025.5.0 to 2025.6.0. This change is a straightforward update to fetch the latest available version, which does not require additional optimization adjustments. If there were specific features that you're looking for in this context (e.g., optimizations for performance, security enhancements), they would be addressed through different methods than modifying the Docker image version.

Expand Down