From d5e79b98bf7952e701f0ea2b46578178185a58a3 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Fri, 12 Apr 2024 19:29:36 -0400 Subject: [PATCH] Version.njk: Update Ubuntu 22 container for Rust 1.76.0 (#337) Only change is building with Rust 1.76.0 instead of Rust 1.74.0. 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 455c34dd..492e968d 100644 --- a/.sync/Version.njk +++ b/.sync/Version.njk @@ -37,7 +37,7 @@ {% set previous_mu_release_branch = "release/202302" %} {# The version of the ubuntu-22-build container to use. #} -{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:16d82ba" %} +{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:0e124c1" %} {# The Rust toolchain version to use. #} {% set rust_toolchain = "1.76.0" %}