-
Notifications
You must be signed in to change notification settings - Fork 391
chore(deps): update n8nio/n8n docker tag to v1.97.0 - autoclosed #4046
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: | ||
| homeassistant: | ||
| image: n8nio/n8n:1.95.2 | ||
| image: n8nio/n8n:1.97.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. Your Dockerfile appears to be correctly updating the N8N image from version Potential Issues:
Suggestions for Optimization:
Since the changes seem minimal, ensuring correct configuration for existing services would typically suffice for an update without significant performance impacts. |
||
|
|
||
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 difference is that
n8nio/n8n:1.95.2has been updated ton8nio/n8n:1.97.0. No other code changes have been made, so there are no issues or optimization suggestions at this time. The version update seems minor but can help with security updates and performance improvements.