Skip to content

Commit

Permalink
fix: upgrade to ubuntu 22.04.4 and use local dns
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Mar 15, 2024
1 parent 92e3fe7 commit 513828b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packer/templates/ubuntu/variables.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ variable "distribution" {

variable "version" {
type = string
default = "22.04.3"
default = "22.04.4"
}

variable "vm_ip" {
Expand All @@ -82,5 +82,5 @@ variable "vm_gateway_ip" {

variable "vm_dns_ip" {
type = string
default = "9.9.9.9"
default = "192.168.10.21"
}

0 comments on commit 513828b

Please sign in to comment.