From 6c2998138d7914726938bc99de0e6ddf4c918ba2 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Fri, 25 Oct 2024 10:38:41 -0400 Subject: [PATCH] Version.njk: Update to container version 4bebc96 (#384) Main reason to update is to pick up the latest Ubuntu container build that uses Python 3.12. A complete list of changes compared to the previous container version (`d1e4ff1`) is in: https://github.com/microsoft/mu_devops/compare/d1e4ff1...4bebc96 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 b1352b22..2a039172 100644 --- a/.sync/Version.njk +++ b/.sync/Version.njk @@ -37,7 +37,7 @@ {% set previous_mu_release_branch = "release/202311" %} {# The version of the ubuntu-22-build container to use. #} -{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:d1e4ff1" %} +{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:4bebc96" %} {# The Python version to use. #} {% set python_version = "3.12" %}