Update n8nio/runners Docker tag to v2.31.1#18
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 ChangesRunner image update
Estimated code review effort: 1 (Trivial) | ~2 minutes 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 382: Align the runner image version in the compose configuration with the
n8nio/n8n main image version: either update the main n8n image to 2.31.1 or
revert the runner image to 2.31.0, ensuring all n8n, worker, and runner
components use the same version.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| cap_drop: | ||
| - ALL | ||
| image: n8nio/runners:2.31.0 | ||
| image: n8nio/runners:2.31.1 |
There was a problem hiding this comment.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
Keep the n8n and runner versions aligned.
docker-compose.yml runs n8nio/n8n:2.31.0 but upgrades the runner to 2.31.1. n8n expects the main, worker, and runner components to stay on the same version; mismatches can break task-runner communication. Update the main image too, or keep the runner at 2.31.0.
🤖 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 382, Align the runner image version in the
compose configuration with the n8nio/n8n main image version: either update the
main n8n image to 2.31.1 or revert the runner image to 2.31.0, ensuring all n8n,
worker, and runner components use the same version.
This PR contains the following updates:
2.31.0→2.31.1Configuration
📅 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.