From 28ee7cba75398cf7263e6cebe8566775cc6c11f1 Mon Sep 17 00:00:00 2001 From: Gabriel Chabot Date: Tue, 24 Feb 2026 16:55:45 +0100 Subject: [PATCH] Bump intel microcode to 20260210 (rev1) Signed-off-by: Gabriel Chabot --- kernel/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Dockerfile b/kernel/Dockerfile index c17a39d527..754eba15c4 100644 --- a/kernel/Dockerfile +++ b/kernel/Dockerfile @@ -71,7 +71,7 @@ WORKDIR /tmp # Download Intel ucode, create a CPIO archive for it, and keep it in the build context # so the firmware can also be referenced with CONFIG_EXTRA_FIRMWARE ENV UCODE_REPO=https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files -ENV UCODE_COMMIT=microcode-20251111 +ENV UCODE_COMMIT=microcode-20260210-rev1 RUN set -e && \ if [ $(uname -m) == x86_64 ]; then \ git clone ${UCODE_REPO} ucode && \