kernel: Update Intel CPU firmware to 20180312

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2018-03-15 11:11:38 +00:00
parent 627e982b79
commit 1ff6f2eea5
2 changed files with 2 additions and 2 deletions

View File

@@ -177,7 +177,7 @@ RUN if [ "${KERNEL_SERIES}" != "4.4.x" ]; then \
fi
# 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 && \
if [ $(uname -m) == x86_64 ]; then \
cd /ucode && \