amd64 base image update to debian-12.8.0 (#4849)

This commit is contained in:
openoms 2024-11-29 08:32:40 +01:00 committed by GitHub
parent 9e8a40642d
commit 81517e2742
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
variable "iso_name" { default = "debian-12.7.0-amd64-netinst.iso" }
variable "iso_checksum" { default = "8fde79cfc6b20a696200fc5c15219cf6d721e8feb367e9e0e33a79d1cb68fa83" }
variable "iso_name" { default = "debian-12.8.0-amd64-netinst.iso" }
variable "iso_checksum" { default = "04396d12b0f377958a070c38a923c227832fa3b3e18ddc013936ecf492e9fbb3" }
variable "pack" { default = "lean" }
variable "github_user" { default = "raspiblitz" }