From 7a0c30f05d3a8589f90562fcde6f5bb60d5065b2 Mon Sep 17 00:00:00 2001 From: Stephen Andary Date: Sun, 15 Oct 2023 15:29:53 -0400 Subject: [PATCH] update ubuntu version n hcl files to match cecksums --- ubuntu/ubuntu-flat.pkr.hcl | 2 +- ubuntu/ubuntu-lvm.pkr.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu/ubuntu-flat.pkr.hcl b/ubuntu/ubuntu-flat.pkr.hcl index 5f0f6e4b..aea17632 100644 --- a/ubuntu/ubuntu-flat.pkr.hcl +++ b/ubuntu/ubuntu-flat.pkr.hcl @@ -14,7 +14,7 @@ source "qemu" "flat" { http_directory = var.http_directory iso_checksum = "file:http://releases.ubuntu.com/jammy/SHA256SUMS" iso_target_path = "packer_cache/ubuntu.iso" - iso_url = "https://releases.ubuntu.com/jammy/ubuntu-22.04.2-live-server-amd64.iso" + iso_url = "https://releases.ubuntu.com/jammy/ubuntu-22.04.3-live-server-amd64.iso" memory = 2048 qemuargs = [ ["-vga", "qxl"], diff --git a/ubuntu/ubuntu-lvm.pkr.hcl b/ubuntu/ubuntu-lvm.pkr.hcl index f04d181c..5819c989 100644 --- a/ubuntu/ubuntu-lvm.pkr.hcl +++ b/ubuntu/ubuntu-lvm.pkr.hcl @@ -8,7 +8,7 @@ source "qemu" "lvm" { http_directory = var.http_directory iso_checksum = "file:http://releases.ubuntu.com/jammy/SHA256SUMS" iso_target_path = "packer_cache/ubuntu.iso" - iso_url = "https://releases.ubuntu.com/jammy/ubuntu-22.04.2-live-server-amd64.iso" + iso_url = "https://releases.ubuntu.com/jammy/ubuntu-22.04.3-live-server-amd64.iso" memory = 2048 qemuargs = [ ["-vga", "qxl"],