ci: amd64 base image update to debian 12.5.0 (#4411)

This commit is contained in:
openoms 2024-02-11 18:33:48 +00:00 committed by GitHub
parent e98bb8d3c0
commit 81e5fae6dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,7 @@
- New: Enabling NVMe PCIe Hats
- Update: RaspberryOS base image 2023-12-05 (Debian 12 Bookworm)
- Update: amd64 base image: debian-12.5.0-amd64-netinst.iso
- Update: Bitcoin Core v26.0 [details](https://bitcoincore.org/en/releases/26.0/)
- Update: Electrum Server in Rust (electrs) v0.10.2 [details](https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0102-dec-31-2023)
- Update: Fulcrum Electrum server v1.9.7 (CLI install script) [details](https://github.com/cculianu/Fulcrum/releases/tag/v1.9.7)

View file

@ -1,5 +1,5 @@
variable "iso_name" { default = "debian-12.4.0-amd64-netinst.iso" }
variable "iso_checksum" { default = "64d727dd5785ae5fcfd3ae8ffbede5f40cca96f1580aaa2820e8b99dae989d94" }
variable "iso_name" { default = "debian-12.5.0-amd64-netinst.iso" }
variable "iso_checksum" { default = "013f5b44670d81280b5b1bc02455842b250df2f0c6763398feb69af1a805a14f" }
variable "pack" { default = "lean" }
variable "github_user" { default = "raspiblitz" }