瀏覽代碼

Merge pull request #1310 from ChristianLempa/renovate/n8nio-n8n-1.115.x

chore(deps): update n8nio/n8n docker tag to v1.115.1
Christian Lempa 5 月之前
父節點
當前提交
5f441bcf13
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      library/compose/n8n/compose.yaml.j2
  2. 2 2
      library/compose/n8n/template.yaml

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

@@ -1,6 +1,6 @@
 services:
   {{ service_name | default('n8n') }}:
-    image: n8nio/n8n:1.115.0
+    image: n8nio/n8n:1.115.1
     container_name: {{ container_name | default('n8n') }}
     environment:
       - N8N_LOG_LEVEL={{ container_loglevel | default('info') }}

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

@@ -14,9 +14,9 @@ metadata:
     Documentation: https://docs.n8n.io/
 
     GitHub: https://github.com/n8n-io/n8n
-  version: 1.115.0
+  version: 1.115.1
   author: Christian Lempa
-  date: '2025-09-28'
+  date: '2025-10-08'
   tags:
     - automation
   draft: true