Ver Fonte

Merge pull request #1672 from ChristianLempa/renovate/n8nio-n8n-2.4.x

chore(deps): update n8nio/n8n docker tag to v2.4.3
Christian Lempa há 3 meses atrás
pai
commit
2f331dc204
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      library/compose/n8n/compose.yaml.j2

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

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