From a638c2814c20cb92104165e8628ec0d67c423f63 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Wed, 18 Dec 2019 14:44:42 +0000 Subject: [PATCH] kernel: Update Intel uCode to microcode-20191115 Signed-off-by: Rolf Neugebauer --- kernel/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Dockerfile b/kernel/Dockerfile index 967894618..1fd0678d8 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=5ada2f32ed7d216e38823f1320358e4679941990 +ENV UCODE_COMMIT=microcode-20191115 RUN set -e && \ if [ $(uname -m) == x86_64 ]; then \ git clone ${UCODE_REPO} ucode && \