Update Debian and Ubuntu versions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-03 21:16:48 -04:00
parent 67a915b2d9
commit a6b81440cd
4 changed files with 10 additions and 9 deletions

View File

@ -68,7 +68,7 @@
}
],
"variables": {
"box_basename": "debian-11.2",
"box_basename": "debian-11",
"build_directory": "builds",
"build_timestamp": "{{isotime \"20060102150405\"}}",
"cpus": "2",
@ -79,16 +79,16 @@
"http_directory": "{{template_dir}}/http",
"http_proxy": "{{env `http_proxy`}}",
"https_proxy": "{{env `https_proxy`}}",
"iso_checksum": "45c9feabba213bdc6d72e7469de71ea5aeff73faea6bfb109ab5bad37c3b43bd",
"iso_name": "debian-11.2.0-amd64-netinst.iso",
"iso_checksum": "eb3f96fd607e4b67e80f4fc15670feb7d9db5be50f4ca8d0bf07008cb025766b",
"iso_name": "debian-11.7.0-amd64-netinst.iso",
"memory": "1024",
"mirror": "http://cdimage.debian.org/cdimage/release",
"mirror_directory": "11.2.0/amd64/iso-cd",
"name": "debian-11.2",
"mirror_directory": "11.7.0/amd64/iso-cd",
"name": "debian-11",
"no_proxy": "{{env `no_proxy`}}",
"preseed_path": "debian-9/preseed.cfg",
"qemu_display": "none",
"template": "debian-11.2-amd64",
"template": "debian-11-amd64",
"version": "TIMESTAMP"
}
}