Skip to content

Commit 7d2b147

Browse files
authored
Version.njk: Update to container version d1e4ff1 (#374)
Main reason to update is to use the latest Rust versions in Version.njk. A complete list of changes compared to the previous container version (`0e124c1`) is in: 0e124c1...d1e4ff1. Signed-off-by: Michael Kubacki <[email protected]>
1 parent 74ecdfb commit 7d2b147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.sync/Version.njk

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
{% set previous_mu_release_branch = "release/202311" %}
3838

3939
{# The version of the ubuntu-22-build container to use. #}
40-
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:0e124c1" %}
40+
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:d1e4ff1" %}
4141

4242
{# The Rust toolchain version to use. #}
4343
{% set rust_toolchain = "1.80.0" %}

0 commit comments

Comments
 (0)