瀏覽代碼

chore(deps): update n8nio/n8n docker tag to v1.115.1

renovate[bot] 4 月之前
父節點
當前提交
cc35811e93
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      library/compose/n8n/compose.yaml.j2

+ 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') }}