Skip to content

Commit

Permalink
chore(deps): bump ubuntu from v22.04 to v22.04.1 (#274)
Browse files Browse the repository at this point in the history
Bumps Ubuntu 22.04 from v22.04 to v22.04.1.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Sep 20, 2022
1 parent 9079226 commit e7ebe44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions builds/linux/ubuntu/22-04-lts/linux-ubuntu.auto.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
DESCRIPTION:
Ubuntu Server 22.04 LTS variables used by the Packer Plugin for VMware vSphere (vsphere-iso).
Ubuntu Server 22.04 LTS variables used by the Packer Plugin for VMware vSphere (vsphere-iso).
*/

// Guest Operating System Metadata
Expand Down Expand Up @@ -30,9 +30,9 @@ vm_network_card = "vmxnet3"
// Removable Media Settings
iso_url = null
iso_path = "iso/linux/ubuntu"
iso_file = "ubuntu-22.04-live-server-amd64.iso"
iso_file = "ubuntu-22.04.1-live-server-amd64.iso"
iso_checksum_type = "sha256"
iso_checksum_value = "84aeaf7823c8c61baa0ae862d0a06b03409394800000b3235854a6b38eb4856f"
iso_checksum_value = "10f19c5b2b8d6db711582e0e27f5116296c34fe4b313ba45f9b201a5007056cb"

// Boot Settings
vm_boot_order = "disk,cdrom"
Expand Down

0 comments on commit e7ebe44

Please sign in to comment.