chore: update alpine-latest image link

This commit is contained in:
2025-10-09 22:30:04 +10:00
parent 9ff01a0f4e
commit 5481bdae36
2 changed files with 3 additions and 3 deletions

View File

@@ -18,12 +18,12 @@ resource "proxmox_lxc" "gtar" {
${var.ssh_key}
EOF
memory = "4096"
memory = "8192"
swap = "512"
rootfs {
storage = "local"
size = "8G"
size = "20G"
}
features {