Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ services:
n8n-runners:
cap_drop:
- ALL
image: n8nio/runners:2.31.0
image: n8nio/runners:2.31.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ—„οΈ 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.

container_name: n8n-runners
restart: unless-stopped
mem_limit: 256m
Expand Down