mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-04 08:26:42 +00:00
Merge pull request #3606 from qarnot/up-intel-microcode-20210216
Bump Intel microcode version to 20210216
This commit is contained in:
@@ -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 && \
|
||||
|
Reference in New Issue
Block a user