Skip to content

Commit

Permalink
chore: update pi base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 9, 2024
1 parent ae7c9e9 commit e752eca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
18.19.0
4 changes: 2 additions & 2 deletions pi-image/satellitepi.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ variable "branch" {
}

source "arm-image" "satellitepi" {
iso_checksum = "sha256:bf982e56b0374712d93e185780d121e3f5c3d5e33052a95f72f9aed468d58fa7"
iso_url = "https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2023-05-03/2023-05-03-raspios-bullseye-arm64-lite.img.xz"
iso_checksum = "sha256:9ce5e2c8c6c7637cd2227fdaaf0e34633e6ebedf05f1c88e00f833cbb644db4b"
iso_url = "https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2023-12-11/2023-12-11-raspios-bookworm-arm64-lite.img.xz"
last_partition_extra_size = 2147483648
qemu_binary = "qemu-aarch64-static"
}
Expand Down

0 comments on commit e752eca

Please sign in to comment.