From 225230296ca3c3c5d7cae5482face6847fbfb253 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Fri, 18 Sep 2026 19:49:45 -0400 Subject: [PATCH] Version.njk: Update container to latest version (a2acedd) Updates to the latest container build that includes Rust 1.95. Signed-off-by: Michael Kubacki --- .sync/Version.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sync/Version.njk b/.sync/Version.njk index 33428ff1..b60a296d 100644 --- a/.sync/Version.njk +++ b/.sync/Version.njk @@ -44,7 +44,7 @@ {% set previous_mu_release_branch = "release/202511" %} {# The version of the ubuntu-24-build container to use. #} -{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-24-build:76935a3" %} +{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-24-build:a2acedd" %} {# The Python version to use. #} {% set python_version = "3.12" %}