From 33baef51e1d0e9750fbb6302b91555ce43d9e8e1 Mon Sep 17 00:00:00 2001 From: Logan Blyth Date: Tue, 10 Mar 2026 14:41:36 -0400 Subject: [PATCH] Chore: bump flatcar Signed-off-by: Logan Blyth --- gen-control-usb-root.sh | 2 +- justfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gen-control-usb-root.sh b/gen-control-usb-root.sh index 8ca841a..537ce2e 100755 --- a/gen-control-usb-root.sh +++ b/gen-control-usb-root.sh @@ -8,7 +8,7 @@ # To update the images/efi.img file for some reason pass a valid flatcar version followed by a 1. FLATCAR_BASE_URL="https://stable.release.flatcar-linux.net/amd64-usr" -FLATCAR_VER="${1:-"4459.2.3"}" +FLATCAR_VER="${1:-"4459.2.4"}" GRUB_INST_CMD="grub-install" GPG_KEY="-----BEGIN PGP PUBLIC KEY BLOCK----- diff --git a/justfile b/justfile index 0eb8a7e..65b141d 100644 --- a/justfile +++ b/justfile @@ -5,7 +5,7 @@ default: version_dirty := `[ -z "$(git status -s)" ] || echo "-$(date +"%H%M%S")"` version := `git describe --tags --dirty --always` + version_dirty -flatcar_version := "4459.2.3" +flatcar_version := "4459.2.4" # Print version that will be used in the build version: