From 133ab575121466ea757efb7584567a3239a43311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Wed, 8 Apr 2026 09:57:13 +0200 Subject: [PATCH] Dockerfile: Bump coreboot-sdk to 2025-10-19_4a3cc37cbd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Żygowski --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3761539..6cce908 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM coreboot/coreboot-sdk:2024-02-18_732134932b AS coreboot-sdk +FROM coreboot/coreboot-sdk:2025-10-19_4a3cc37cbd AS coreboot-sdk USER root # We need the latest smmstoretool changes to be included,