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:
casdoor:
image: casbin/casdoor:v1.924.0
image: casbin/casdoor:v1.925.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
Copy link
Member

Choose a reason for hiding this comment

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

The code has been updated to include an optional v prefix before the version number, which is standard practice when updating package versions. There are no other significant changes or issues present in this snippet of the YAML configuration file that could affect service stability or performance directly. If there were further specific areas you're concerned about, please provide those details so I can offer more targeted advice.

Expand Down