-
Notifications
You must be signed in to change notification settings - Fork 400
chore(deps): update neosmemo/memos docker tag to v0.24.4 #4042
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: | ||
| memos: | ||
| image: neosmemo/memos:0.24.3 | ||
| image: neosmemo/memos:0.24.4 | ||
| 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 code difference changes the Docker image for the "memos" service 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 code snippet appears to be updating an existing Docker Compose service named
memos. The only change is that the image version has been updated from0.24.3to0.24.4. This is a straightforward and safe upgrade. No other potential issues or optimized suggestions are necessary at this time. If you need further changes such as adding tags, labels, or environment variables, please specify those requirements.