Skip to content
Merged
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
2 changes: 1 addition & 1 deletion apps/casdoor/1.931.0/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
casdoor:
image: casbin/casdoor:v1.931.0
image: casbin/casdoor:v1.932.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 provided update looks correct and should not introduce any issues. The only change is updating the Docker image version from v1.931.0 to v1.932.0. If there were any specific functionalities that might differ between these versions, further review of the changelog for Casdoor would be necessary.

Optimization suggestions:

  • Ensure all environment variables (like ${CONTAINER_NAME}) are defined correctly in your deployment script or configuration files.
  • Optionally, if you have monitoring tools, consider setting up alerts for changes in the image tag.

Expand Down
Loading