-
Notifications
You must be signed in to change notification settings - Fork 411
chore(deps): update emqx/emqx docker tag to v5.10.0 #4105
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: | ||
| emqx: | ||
| image: emqx/emqx:5.9.0 | ||
| image: emqx/emqx:5.10.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. Here are the changes made:
There are no irregularities, potential issues, or obvious optimizations mentioned above. The change in image tag appears straightforward and reflects an update of a component in the system.
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 changes you provided seem to be correct with the exception of the version number which has been updated from
Overall, the syntax looks clean and does not indicate any obvious issues. If all other necessary configurations remain consistent, these updates should suffice. |
||
|
|
||
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 provided code snippet has a difference in the Docker image tag used. The original version uses
emqx/emqx:5.9.0, while the updated version usesemqx/emqx:5.10.0. This change does not appear to be an error; instead, it indicates that you want to upgrade from EMQX Server version 5.9.0 to version 5.10.0.For this specific update, there should be no irregularities or critical issues unless you have noticed something unusual about these versions compared to others in your environment. If you need further assistance or optimizations, please provide more details about your current setup and any existing configurations related to EMQX.