Przeglądaj źródła

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

renovate[bot] 2 dni temu
rodzic
commit
340617f145
1 zmienionych plików z 2 dodań i 2 usunięć
  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.7.3
+    image: n8nio/n8n:2.8.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.7.3
+    image: n8nio/n8n:2.8.0
     command: worker
     {% if not swarm_enabled -%}
     container_name: {{ container_name }}-worker