Explorar el Código

Merge pull request #1727 from ChristianLempa/renovate/n8nio-n8n-2.8.x

chore(deps): update n8nio/n8n docker tag to v2.8.2
Christian Lempa hace 1 día
padre
commit
336d1f799c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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.8.1
+    image: n8nio/n8n:2.8.2
     {% 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.8.1
+    image: n8nio/n8n:2.8.2
     command: worker
     {% if not swarm_enabled -%}
     container_name: {{ container_name }}-worker