Skip to content

Commit 28ee7cb

Browse files
committed
Bump intel microcode to 20260210 (rev1)
Signed-off-by: Gabriel Chabot <gabriel.chabot@qarnot-computing.com>
1 parent d37c96e commit 28ee7cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ WORKDIR /tmp
7171
# Download Intel ucode, create a CPIO archive for it, and keep it in the build context
7272
# so the firmware can also be referenced with CONFIG_EXTRA_FIRMWARE
7373
ENV UCODE_REPO=https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
74-
ENV UCODE_COMMIT=microcode-20251111
74+
ENV UCODE_COMMIT=microcode-20260210-rev1
7575
RUN set -e && \
7676
if [ $(uname -m) == x86_64 ]; then \
7777
git clone ${UCODE_REPO} ucode && \

0 commit comments

Comments
 (0)