-
Notifications
You must be signed in to change notification settings - Fork 411
chore(deps): update casbin/casdoor docker tag to v1.934.0 #4107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| services: | ||
| casdoor: | ||
| image: casbin/casdoor:v1.932.0 | ||
| image: casbin/casdoor:v1.934.0 | ||
| container_name: ${CONTAINER_NAME} | ||
| restart: always | ||
| networks: | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The difference is simply an update from version |
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# The only change between the two lines is in the version tag of the Docker image used.Changes made:
v1.932.0tov1.933.0.This suggests an incremental update within the same major revision number, which may involve new features but should not introduce significant bugs unless addressed explicitly by developers. No other issues or optimizations are detected, assuming all configuration files remain unchanged since v1.932.