Compare commits

..
Author SHA1 Message Date
renovate[bot] e6155c1143 chore(deps): update terraform proxmox to v0.113.1 2026-09-12 04:02:02 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
services: services:
n8n: n8n:
image: docker.n8n.io/n8nio/n8n:2.40.3 image: docker.n8n.io/n8nio/n8n:2.26.4
environment: environment:
- TZ=Europe/Paris - TZ=Europe/Paris
- N8N_SECURE_COOKIE=false - N8N_SECURE_COOKIE=false
+1 -1
View File
@@ -2,7 +2,7 @@ terraform {
required_providers { required_providers {
proxmox = { proxmox = {
source = "bpg/proxmox" source = "bpg/proxmox"
version = "0.81.0" version = "0.113.1"
} }
} }
} }