mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
kernel: Bump Intel ucode to microcode-20210608
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
bd4d8ff44e
commit
ae87f6a1e2
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user