From ae87f6a1e28aa8f869c9dcd005ac1645d8e0957b Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sun, 16 Jan 2022 22:18:47 +0000 Subject: [PATCH] kernel: Bump Intel ucode to microcode-20210608 Signed-off-by: Rolf Neugebauer --- kernel/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Dockerfile b/kernel/Dockerfile index b69807302..aa487f6bd 100644 --- a/kernel/Dockerfile +++ b/kernel/Dockerfile @@ -68,7 +68,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-20210216 +ENV UCODE_COMMIT=microcode-20210608 RUN set -e && \ if [ $(uname -m) == x86_64 ]; then \ git clone ${UCODE_REPO} ucode && \