From 4e31b87da0a45280c8549e4c190c48a92c1834c6 Mon Sep 17 00:00:00 2001 From: Yoann Ricordel Date: Fri, 5 Mar 2021 17:00:53 +0100 Subject: [PATCH] Bump Intel microcode version to 20210216 Signed-off-by: Yoann Ricordel --- kernel/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Dockerfile b/kernel/Dockerfile index ab59c9ead..066506984 100644 --- a/kernel/Dockerfile +++ b/kernel/Dockerfile @@ -72,7 +72,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-20191115 +ENV UCODE_COMMIT=microcode-20210216 RUN set -e && \ if [ $(uname -m) == x86_64 ]; then \ git clone ${UCODE_REPO} ucode && \