commit 9c9604283b110c474ad149e147a5c9d72e362c75 parent 5a33e0dba7f86281bdd59e94ec2323d049197677 Author: Andreas Gruhler <agruhl@gmx.ch> Date: Sat, 4 Oct 2025 16:17:21 +0200 feat: use trixie image 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 @@ -30,7 +30,7 @@ variable "img_size" { variable "img_url" { type = string - default = "https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2024-03-15/2024-03-15-raspios-bookworm-arm64-lite.img.xz" + default = "https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2025-10-02/2025-10-01-raspios-trixie-arm64-lite.img.xz" } variable "nomad_tls_ca" {