-
Notifications
You must be signed in to change notification settings - Fork 376
chore(deps): update bitnami/tomcat docker tag to v10.1.42 #4097
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 1 commit
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: | ||
| nexus: | ||
| image: bitnami/tomcat:10.1.41 | ||
| image: bitnami/tomcat:10.1.42 | ||
| restart: always | ||
| container_name: ${CONTAINER_NAME} | ||
| environment: | ||
|
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. There is one change in the image version from
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. Yes, there is an issue with the version number Corrected line: image: bitnami/tomcat:10.1.41Additionally, ensure that all variable references ( If you want to apply additional optimizations or changes based on additional information, let me know! But otherwise, this is a straightforward fix. |
||
|
|
||
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 is one difference in the updated version of the
servicesconfiguration, which is:The tag for the Bitnami Tomcat image has been changed from
10.1.41to10.1.42. This change implies that there might be newer features, bug fixes, or improvements available in this new version compared to version 10.1.41.Optimization Suggestion:
Ensure to test thoroughly with the new Tomcat version after deployment to mitigate any unexpected behavior or performance issues caused by changes introduced in this update. Additionally, verify any compatibility requirements for other software components within your application stack depending on their interactions with Bitnami Tomcat.