Update n8nio/n8n Docker tag to v2.32.5#41
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
📝 WalkthroughWalkthroughThe n8n Docker image reference in Changesn8n image update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docker-compose.yml`:
- Line 317: Update the n8nio/runners image version in the runner service to
2.32.5 so it matches the n8nio/n8n image version, preserving version alignment
between both components.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 8056008f-1c73-4964-bdd8-9d676a5fdbcd
📒 Files selected for processing (1)
docker-compose.yml
| cap_drop: | ||
| - ALL | ||
| image: n8nio/n8n:2.32.4 | ||
| image: n8nio/n8n:2.32.5 |
There was a problem hiding this comment.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
Keep the n8n and runner images on the same version.
This updates n8nio/n8n to 2.32.5, but n8nio/runners is still 2.32.4 in docker-compose.yml:382. n8n expects these components to stay aligned to avoid protocol incompatibilities.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@docker-compose.yml` at line 317, Update the n8nio/runners image version in
the runner service to 2.32.5 so it matches the n8nio/n8n image version,
preserving version alignment between both components.
This PR contains the following updates:
2.32.4→2.32.5Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.