From 62d05d3ba6763687773a49889bd0523b8a4f42da Mon Sep 17 00:00:00 2001 From: djeber Date: Thu, 25 Dec 2025 05:05:02 +0100 Subject: [PATCH] Update n8n image version to 1.123.9 --- templates/compose/n8n-with-postgres-and-worker.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/compose/n8n-with-postgres-and-worker.yaml b/templates/compose/n8n-with-postgres-and-worker.yaml index fec28860e..b110200fa 100644 --- a/templates/compose/n8n-with-postgres-and-worker.yaml +++ b/templates/compose/n8n-with-postgres-and-worker.yaml @@ -7,7 +7,7 @@ services: n8n: - image: docker.n8n.io/n8nio/n8n:1.119.2 + image: docker.n8n.io/n8nio/n8n:1.123.9 environment: - SERVICE_URL_N8N_5678 - N8N_EDITOR_BASE_URL=${SERVICE_URL_N8N} @@ -46,7 +46,7 @@ services: retries: 10 n8n-worker: - image: docker.n8n.io/n8nio/n8n:1.119.2 + image: docker.n8n.io/n8nio/n8n:1.123.9 command: worker environment: - GENERIC_TIMEZONE=${GENERIC_TIMEZONE:-Europe/Berlin} @@ -104,4 +104,4 @@ services: test: ["CMD", "redis-cli", "ping"] interval: 5s timeout: 5s - retries: 10 \ No newline at end of file + retries: 10