commit 1080fd5485eda15fc00426b66ab1fb57685dd96e parent 94994c4d6013dd29e089c5841975a1846745f4fe Author: Andreas Gruhler <andreas.gruhler@adfinis.com> Date: Mon, 27 May 2024 20:03:12 +0200 feat: upgrade raspios img Diffstat:
M | hashi-pi.pkr.hcl | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hashi-pi.pkr.hcl b/hashi-pi.pkr.hcl @@ -56,7 +56,7 @@ variable "img_size" { variable "img_url" { type = string - default = "https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2023-10-10/2023-10-10-raspios-bookworm-arm64-lite.img.xz" + default = "https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2024-03-15/2024-03-15-raspios-bookworm-arm64-lite.img.xz" } variable "nomad_client" {