We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37c96e commit 28ee7cbCopy full SHA for 28ee7cb
1 file changed
kernel/Dockerfile
@@ -71,7 +71,7 @@ WORKDIR /tmp
71
# Download Intel ucode, create a CPIO archive for it, and keep it in the build context
72
# so the firmware can also be referenced with CONFIG_EXTRA_FIRMWARE
73
ENV UCODE_REPO=https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
74
-ENV UCODE_COMMIT=microcode-20251111
+ENV UCODE_COMMIT=microcode-20260210-rev1
75
RUN set -e && \
76
if [ $(uname -m) == x86_64 ]; then \
77
git clone ${UCODE_REPO} ucode && \
0 commit comments