We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8d6af commit 853d22dCopy full SHA for 853d22d
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-20250211
+ENV UCODE_COMMIT=microcode-20250812
75
RUN set -e && \
76
if [ $(uname -m) == x86_64 ]; then \
77
git clone ${UCODE_REPO} ucode && \
0 commit comments