mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +00:00
kernel: Update Intel CPU firmware to 20180312
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
627e982b79
commit
1ff6f2eea5
@ -177,7 +177,7 @@ RUN if [ "${KERNEL_SERIES}" != "4.4.x" ]; then \
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Download Intel ucode and create a CPIO archive for it
|
# Download Intel ucode and create a CPIO archive for it
|
||||||
ENV UCODE_URL=https://downloadmirror.intel.com/27337/eng/microcode-20171117.tgz
|
ENV UCODE_URL=https://downloadmirror.intel.com/27591/eng/microcode-20180312.tgz
|
||||||
RUN set -e && \
|
RUN set -e && \
|
||||||
if [ $(uname -m) == x86_64 ]; then \
|
if [ $(uname -m) == x86_64 ]; then \
|
||||||
cd /ucode && \
|
cd /ucode && \
|
||||||
|
@ -1 +1 @@
|
|||||||
b294245d1f7f6c20f01edba53185f258 microcode.tar.gz
|
be315cd99a7ca392a2f917ceacbe14f2 microcode.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user