Browse Source

chore(deps): update n8nio/n8n docker tag to v2.7.3

renovate[bot] 3 days ago
parent
commit
67a9f1f49a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      library/compose/n8n/compose.yaml.j2

+ 2 - 2
library/compose/n8n/compose.yaml.j2

@@ -31,7 +31,7 @@ services:
 
   {% endif -%}
   {{ service_name }}:
-    image: n8nio/n8n:2.5.2
+    image: n8nio/n8n:2.7.3
     {% if not swarm_enabled -%}
     container_name: {{ container_name }}
     hostname: {{ container_hostname }}
@@ -185,7 +185,7 @@ services:
 {% if queue_enabled and queue_embedded_worker -%}
 
   {{ service_name }}-worker:
-    image: n8nio/n8n:2.5.2
+    image: n8nio/n8n:2.7.3
     command: worker
     {% if not swarm_enabled -%}
     container_name: {{ container_name }}-worker