فهرست منبع

Merge pull request #1664 from ChristianLempa/renovate/n8nio-n8n-2.x

chore(deps): update n8nio/n8n docker tag to v2.4.0
Christian Lempa 1 ماه پیش
والد
کامیت
c80cdfd295
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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.3.2
+    image: n8nio/n8n:2.4.0
     {% 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.3.2
+    image: n8nio/n8n:2.4.0
     command: worker
     {% if not swarm_enabled -%}
     container_name: {{ container_name }}-worker