diff --git a/live_system/main.tf b/live_system/main.tf index 7aa8c90..76b8ccc 100644 --- a/live_system/main.tf +++ b/live_system/main.tf @@ -7,7 +7,7 @@ terraform { } docker = { source = "kreuzwerker/docker" - version = "4.3.0" + version = "4.4.0" } proxmox = { source = "bpg/proxmox" diff --git a/live_system/modules/liveos/main.tf b/live_system/modules/liveos/main.tf index 280c0cc..7d6242a 100644 --- a/live_system/modules/liveos/main.tf +++ b/live_system/modules/liveos/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { docker = { source = "kreuzwerker/docker" - version = "4.3.0" + version = "4.4.0" } null = { source = "hashicorp/null"