-
Notifications
You must be signed in to change notification settings - Fork 424
chore(deps): update matrixdotorg/synapse docker tag to v1.128.0 #3645
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 |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ services: | |
| - TZ=Asia/Shanghai | ||
| - UID=1000 | ||
| - GID=1000 | ||
| image: matrixdotorg/synapse:v1.127.1 | ||
| image: matrixdotorg/synapse:v1.128.0 | ||
| logging: | ||
| options: | ||
| max-size: "10m" | ||
|
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 code difference provided appears to be an update for the image version from To optimize this configuration for performance or security:
In summary, the current setup does not have major issues but can benefit from some minimal optimizations focused on securing sensitive information and ensuring efficient log management. |
||
|
|
||
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.
There are no significant discrepancies, potential issues, or optimizations necessary at this time based on the provided changes. The
imagefield has been updated fromv1.127.1tov1.128.0, which is simply an upgrade of the Synapse service image without introducing new features or breaking backward compatibility.If you have further questions about Dockerfile configurations or specific requirements, feel free to ask!